Skip to content

A repository of numerical methods meant for educational purposes.

Notifications You must be signed in to change notification settings

nroyce7/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods

A repository of numerical methods meant for educational purposes. I am prioritizing simple and readable implementations that will (hopefully) benefit students. Ideally you will use this code as a starting point and then improve it youself.

ODE Solvers

  • Euler's Method
  • Runge-Kutta (4th Order)

Root Finding

Bracketing Methods

  • Bisection Method
  • Method of False Position

Iterative

  • Newton's Method
  • Secant Method

Linear Algebra

Optimization