Contains codes from MATH/CSCI 2072U Winter 2022.
The codes are organised in the following directories:
interpolation/
contains codes for polynomial and piecewise interpolations as well as for least squares.linear_algebra/
contains example codes for basic Linear Algebra operations using NumPy / SciPy.linear_systems/
contains codes for LU and LUP decompositions and code for matrix condition number and error / residual comparison.root_finding/
contains codes for finding roots of non-linear equations and system of equations.