Skip to content

shussinh/numerical-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Analysis in MATLAB

I implemented standard numerical methods from scratch while self-studying. The course used was Numerical Analysis for Engineering Students

Topics Covered

  • Root finding: Bisection, Newton, Secant
  • Interpolation: Lagrange, Newton forms
  • Integration: Trapezoidal, Simpson’s
  • Linear systems: Gaussian elimination, LU
  • ODEs: Euler, RK methods

Why this repo

  • No libraries. Just algorithms.
  • Emphasis on understanding and correctness.

How to run

Open .m files in MATLAB and execute.

About

Numerical Analysis Revisit in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages