Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 286 Bytes

File metadata and controls

11 lines (6 loc) · 286 Bytes

NumAnalysis

Contains code in Python implementing numerical analysis algorithms

PyCode

Contains python function implementing Bisection Method, Fixed Point Iteration, and Newton-Raphson Method

MatCode

Contains matlab code for implementing solving systems of linear equations