Computational Methods Lab

List of Practicals(Implementation to be done in C/C++)

  1. Program for finding roots of f(x)=0 Newton Raphson method.
  2. Program for finding roots of f(x)=0 by bisection method.
  3. Program for finding roots of f(x)=0 by secant method.
  4. To implement Langrange’s Interpolation formula.
  5. To implement Newton’s Divided Difference formula.
  6. Program for solving numerical integration by Trapezoidal rule
  7. Program for solving numerical integration by Simpson’s 1/3 rule
  8. To implement Numerical Integration Simpson 3/8 rule.
  9. Inverse of a system of linear equations using Gauss-Jordan method.
  10. Find the Eigen values using Power method.
  11. Program for solving ordinary differential equation by Runge-Kutta Method


No comments:

Post a Comment