/Numerical-Methods-Application-MATLAB

A program for finding roots using Bisection, False-position, Fixed point iteration, Newton-Raphson, and Secant methods and solving systems of linear equations using Gaussian-elimination, LU decomposition, and Gaussian-Jordan methods.

Numerical-Methods-Application-MATLAB

This program can be used for

  1. Finding roots using:
  • Bisection
  • False-position
  • Fixed point iteration
  • Newton-Raphson
  • and Secant methods
  1. Solving systems of linear equations using:
  • Gaussian-elimination
  • LU decomposition
  • and Gaussian-Jordan methods