Numerical Methods Lab (IMM5002)
Department of Mathematics
Birla Institute of Technology, Mesra.
- Approximating the value of a polynomial at a particular value using bisection method.
- Approximating the value of a polynomial at a particular value using Regula Falsi method.
- Approximating the value of a polynomial at a particular value using Newton Raphson method.
- Check for the speed of convergence of functions to approximate a polynomial.
- Approximating using Fixed Point Iteration Method.
- Approximate all the real zeros of polynomial using Newton-Raphson and Secant Method.
- Approximating using Modified Newton Raphson Method.
- Using Lagrange's Interpolation formula to estimate the value of
y
using a given table. - Using Newton's Interpolation formula to estimate the same. Newton Interpolation Method.
- Using Hermite Polynomial to approximate the value of a function.
- Calculate value of pi using integral approximation and comparing the three methods trapezoidal, simpson's 1/3rd rule, & simpson's 3/8th rule.
- Simpson's 1/3rd rule with a certain accuracy/finding number of intervals to reach a certain accuracy.