NMV lab:
A place to explore various aspects of Numerical Methods
Home
VLAB
Videos
Feedback
About
List of Simulators as per specific Numerical Method
Top
A. Numerical Methods to Find Root of Equation
(1) Bisection Method
(2) Regula Falsi or False Position Method
(3) Newton-Raphson Method
(4) Successive Approximation Method
B. Numerical Solution of Ordinary Differential Equations
(1) Euler Method
(2) Runge-Kutta Second Order Method
(3) Runge-Kutta Fourth Order Method
(4) Runge-Kutta Second Order Method to Solve Second Order ODE
C. Numerical Integration
(1) Numerical Integration by Trapezoidal Rule
(2) Numerical Integration by Simpson's 1/3 Rule
(3) Numerical Integration by Simpson's 3/8 Rule
(4) Numerical Integration by Gauss Quadrature 2-Point Formula
(5) Numerical Integration by Gauss Quadrature 3-Point Formula
(6) Double Integration by Trapezoidal Rule
(7) Double Integration by Simpson's 1/3 Rule
D. Numerical Solution of Linear Simultaneous Equations
(1) Gauss Elimination Method
(2) Gauss Seidal Method
(3) Jacobi Iteration Method
E. Curve Fitting
(1) Straight Line Curve Fitting by Least Square Method
(2) Quadratic Curve Fitting by Least Square Method
(3) Power Curve Fitting (y=ax^b)
(4) NExponential Curve Fitting(y=a*exp(bx))
(5) Multi-variable (x1, x2 and y) Linear Regression
F. Interpolation
(1) Lagrange's Interpolation
(2) Newton s Forward Difference Interpolation