Python solutions for the Numerical Methods in Computer Engineering (BLG202E) course,
completed at Istanbul Technical University during the 2022–2023 academic year.
-
HW1
- Convert rational numbers to binary (exact + repeating detection)
- Bisection method for computing fifth roots
-
HW2
- Newton and Secant methods with error/convergence analysis
- Least Squares fitting (linear, quadratic, logarithmic models + plot)
-
HW3
- Divided Differences (Newton interpolation)
- Lagrange interpolation