Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 372 Bytes

File metadata and controls

16 lines (15 loc) · 372 Bytes

Linear-Analysis-and-Optimization

Numerical Analysis Algorithm and Optimization Methods


Fuctions and example usage and available as the following:

  • Saddle Point Search:
    • Bisection Method
    • Newton's Method
    • Secant's Method
  • Approximation:
    • Cubic Spline
    • B-Spline
  • Optimization:
    • Golden Section Search
    • Davidon-Fletcher-Powell
    • Nelder-Mead