Skip to content

Latest commit

 

History

History
99 lines (57 loc) · 2.82 KB

README.md

File metadata and controls

99 lines (57 loc) · 2.82 KB

MasterHead

Numerical Methods Lab 4th Sem

Maintained by Soumojit Shome

Commands :

Create a Directory :

mkdir directory_name

Create File :

pluma fileName

Change Directory :

cd /path/to/directory

Compile C :

gcc fileName.c

Run :

./a.out

or

./a.exe

Lab Programs :

  1. Fibonacci Sequence

  2. Insert Element in an Array

  3. Matrix Sum

  4. Matrix Multiplication

  5. Newton Forward Interpolation

  6. Newton Backward Interpolation

  7. Lagranges Interpolation

  8. Numerical Integration Using Trapezoidal Method

  9. Simpson's 1/3 Rule

  10. Bisection

  11. RegulaFalsi

  12. Simpson 3/8

  13. Newton Divided Difference

Formulas :

Newtons-Forward-Interpolation-Example :

Newtons-Forward-Interpolation-Example

Newtons-Backward-Interpolation-Example :

Newtons-Backward-Interpolation-Example

Lagrange-Interpolation-Method :

Lagrange-Interpolation-Method

Trapezoidal-Method :

Trapezoidal-Method

Simpsons-1-3-rd-Rule :

Simpsons-1-3-rd-Rule

Best Of Luck 🤗 🎉