Skip to content

Numerical analysis in standard Python including Bisection method and Newton-Raphson, then SymPy integration for generalization and convergence test.

Notifications You must be signed in to change notification settings

glider4/numerical-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numerical-analysis

Numerical analysis in Python including Bisection method, Newton's method, Convergence test

Results of Convergence Test

Using SymPy, a wide range of functions could be put into the convergence script and tested to see which scheme would produce faster results: Bisection or Newton-Raphson.

results

plot

About

Numerical analysis in standard Python including Bisection method and Newton-Raphson, then SymPy integration for generalization and convergence test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages