Numerical methods algorithms in Python.
Covered topics:
- IEEE754 standard decoded: from base_10 to base_IEEE754 (sign, mantissa, exponent)
- LU decomposition: a) Doolittle's method b) Crout's method
- Newton's interpolation for N nodes.
- Horner's algorithm for polynomial division.
Please cite if you'd like to use any of the codes: ''' Github: gabrielrdw20 '''