• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Python
  • Created almost 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python code for solving complex equations, systems of algebraic equations, and interpolation of a given function or equating an approximate function over an array of points. To do this, it uses methods such as the iteration method, the Seidel method, the Newton and Lagrange methods, and several others.