Skip to content
/ NumAL Public

This is a mini app that implements all the algorithms that are used in Numerical Analysis. GUI built using Matlab.

Notifications You must be signed in to change notification settings

Balaje/NumAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Run main.m from Matlab

alt tag

alt tag

Algorithms Implemented so far

  1. Bisection Method
  2. Fixed Point Method
  3. Newton-Rhapson Method
  4. Muller Method
  5. Secant Method
  6. False Position Method
  7. Jacobi Method to solve a system of Linear Equations
  8. Gauss Seidel Method to solve a system of Linear Equations
  9. Lagrange Interpolation
  10. Newton's Divided Difference (Interpolation)
  11. Newton's Forward Difference (Interpolation)
  12. Newton's Backward Difference(Interpolation)

Algorithms Coming Up!!

  1. Newton Method to solve a system of Non-Linear Equation)
  2. Cubic Spline Interpolation

About

This is a mini app that implements all the algorithms that are used in Numerical Analysis. GUI built using Matlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages