viveknigam3003 / numerical-methods-lab

Codes for Numerical Methods Lab (IMM5002), Department of Mathematics, Birla Institute of Technology, Mesra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numerical-methods-lab

Numerical Methods Lab (IMM5002)
Department of Mathematics
Birla Institute of Technology, Mesra.

Lab-1

  1. Approximating the value of a polynomial at a particular value using bisection method.

Lab-2

  1. Approximating the value of a polynomial at a particular value using Regula Falsi method.
  2. Approximating the value of a polynomial at a particular value using Newton Raphson method.

Lab-3

  1. Check for the speed of convergence of functions to approximate a polynomial.
  2. Approximating using Fixed Point Iteration Method.

Assignment 3

Lab-4

  1. Approximate all the real zeros of polynomial using Newton-Raphson and Secant Method.
  2. Approximating using Modified Newton Raphson Method.

Assignment 4

Lab-5

  1. Using Lagrange's Interpolation formula to estimate the value of y using a given table.
  2. Using Newton's Interpolation formula to estimate the same. Newton Interpolation Method.

Assignment 5

Lab-6

  1. Using Hermite Polynomial to approximate the value of a function.

Lab-7

  1. Calculate value of pi using integral approximation and comparing the three methods trapezoidal, simpson's 1/3rd rule, & simpson's 3/8th rule.
  2. Simpson's 1/3rd rule with a certain accuracy/finding number of intervals to reach a certain accuracy.

Assignment 7

About

Codes for Numerical Methods Lab (IMM5002), Department of Mathematics, Birla Institute of Technology, Mesra.


Languages

Language:C 100.0%