Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 263 Bytes

Numerical methods

A project that, using python libraries, implements a small site with various calculators for solving systems of linear and nonlinear equations.

Features in development

  • Chord Method
  • Dichotomy Method
  • Gradient Descent
  • Jacobi Method