-
-
Notifications
You must be signed in to change notification settings - Fork 21
Newton's Method
A playlist of all videos related to Newton's Method can be found here.
There are multiple videos related to Newton's Method for finding the root of a single equation.
The Original and the Video Mistakes.
The topic is also expanded upon in Newton's Method Convergence Interval (code: here documentation: here) and Newton-Bisection Hybrid (code: here documentation: here) as well as Newton Fractals (code: here documentation: here).
Solving nonlinear systems with Generalized Newton's Method is discussed in this video with code located in Generalized Newton's Method. It is written in GNU Octave but should work in MATLAB. If using GNU Octave, be sure that the symbolic package has been installed. In case it isn't use the command pkg install -forge symbolic
which only has to be run once. Documentation for the symbolic package can be found here.