Skip to content

Ami-sh/Newton-Raphson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Newton-Raphson

Programme to calculate all roots of any polynomial (complex and real both) using Newton-Raphson's method. Basically using the concept below :

loop until all roots calculated {

-Newton-Raphson method on function {gives a random root}

-new function = (old function)/(x-root)

}

About

Programme to calculate all roots of any polynomial using Newton-Raphson's method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published