List of Practicals(Implementation to be done in C/C++)
- Program for finding roots of f(x)=0 Newton Raphson method.
- Program for finding roots of f(x)=0 by bisection method.
- Program for finding roots of f(x)=0 by secant method.
- To implement Langrange’s Interpolation formula.
- To implement Newton’s Divided Difference formula.
- Program for solving numerical integration by Trapezoidal rule
- Program for solving numerical integration by Simpson’s 1/3 rule
- To implement Numerical Integration Simpson 3/8 rule.
- Inverse of a system of linear equations using Gauss-Jordan method.
- Find the Eigen values using Power method.
- Program for solving ordinary differential equation by Runge-Kutta Method
No comments:
Post a Comment