Skip to content

dimitris1208/Numerical-Analysis-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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 !