Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 342 Bytes

Numerical-Analysis

Contains a toolkit of algorithms used for numerical approximation with Mathematica

Algorithms include:

  • Adaptive Quadrature
  • Bisection Method
  • Cubic Spline Interpolation
  • Gauss-Jordan Elimination
  • Power Method
  • Newton Divided Difference
  • LaGrange Interpolation
  • Newton-Raphson
  • Ordinary Differential Equations