Skip to content

Elstuhn/newton-raphson-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

newton-raphson-method

Newton-raphson method in code

Things To Note

  • The lower threshold, the more accurate the roots, however, the program will take longer to run
  • A basic visual understanding of the polynomial will help you tinker the parameters for optimised runtime, however, there is always brute-force
  • If you get an error saying name 'cache' is not defined, just remove the @cache, it requires python 3.9 and above to be run

About

Newton-raphson method in code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages