Skip to content

QuasiNewton

Oscar Veliz edited this page Jan 30, 2022 · 24 revisions

There are many different Quasi-Newton Methods. Code for all of these methods covered in this repository is written in Julia and can be found at QuasiNewton.jl. This program can be run online via repl.it. To run locally, have Julia installed and run the command julia QuasiNewton.jl in the directory where the program is saved.

Table of Contents


Secant Method for Systems of Nonlinear Equations

Generalized Secant Method video

The video covering this method can be found here.

Reference links:

Generalized Regula Falsi and Robinson's Method for Systems of Nonlinear Equations

Alternative Secant Method video

The video covering these methods can be found here.

Reference links:

Steffensen's Method for Systems of Nonlinear Equations

Generalized Steffensen's Method video

The video covering this method can be found here.

Reference links:

Finite Difference Method for Systems of Nonlinear Equations

Generalized Finite Difference Method video

The video covering this method can be found here.

Broyden's Method

Broyden's Method video

The video covering this method can be found here.

Reference links:


Other Methods for Nonlinear Systems