Skip to content

Matlab code to run a simulation to visualise the roots of an equation for both the Newton method and the Ostrowski method

Notifications You must be signed in to change notification settings

Freshrojek/MATLAB-Visualise-Ostrowski-vs-Newton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MATLAB-Visualise-Ostrowski-vs-Newton

Matlab code to run a simulation to visualise the roots of an equation for both the Newton method and the Ostrowski method

using OstrowskivsNewton(@(x) x^16 - 1, @(x) 16*x^15, 400) should give you: alt text

About

Matlab code to run a simulation to visualise the roots of an equation for both the Newton method and the Ostrowski method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages