Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 521 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 521 Bytes

Numerical-Analysis-Python

This repo includes code that is a collection of mathematical root-finding methods applied to different functions, with the results reported for various scenarios and accuracy levels. It allows you to compare the performance of different numerical methods in finding the roots of mathematical functions. Also there is code for solving systems of linear equations using PA=LU method and ofcourse there are polynomial approximations that best apply in a lot of scenarios , as shown in the code !