Source code for spring computational math labs:
- Linear equation solvers
- Iterations method
- Nonlinear equation solvers
- Newton's method
- Iterations method
- Calculating integrals
- Simpson's method
- Interpolation
- Lagrange's method
- Differential equations
- Newton's method
You need python 3.10
and venv
to run the code and jupyter-notebook
to run tests