Numerical Methods
1-curve fitting & interpolations : Lagrange Interpolation, linear interpolation, linear regression, newton_interpolation1, quadratic interpolation
2-integration & derivation: Gauss_quadrature_Integrations, simpson13, simpson38, Trapezoidal Integration
3-ODE: Euler ODE method, Runge-Kutta2, Runge-Kutta4
4-solve equations: bisection method, false_position_method, Newton–Raphson, secant method, simple_fixed_point
5-system of equations: Gauss Jordan, Gauss_Seidel_Method, Jacobi Method, Cramer method
Zitieren als
Mohammad Daneshian (2024). Numerical Methods (https://github.com/thegreatmd4/numerical_methods/releases/tag/1.0.0.0), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert von: Matlab code for Lagrange interpolation, Fast Reducing of Sample Points for 1D Linear Interpolation, Linear Regression, Integrated trapezoidal and Gauss quadrature, Simpson's 1/3 and 3/8 rules, Trapezoidal Integration, EULER method based 1st order ODE solving, RungeKutta4, Hodgkin Huxley neuron model - Runge Kutta 2, False Position (Linear Interpolation) Numerical Method, Newton-Raphson, Newton-Raphson-Secant Method, Fixed Point Method, Gauss Jordan method, Gauss Siedel method, Jacobi method, Cramer algorithm
Inspiriert: Bisection Method
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
ODE
curve fitting & interpolations
integration & derivation
solve equations
system of equations
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |