Skip to content

Instantly share code, notes, and snippets.

@mgrabovsky
Last active November 23, 2022 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgrabovsky/1b03e8d3ebe4738ca6881ccd397533b0 to your computer and use it in GitHub Desktop.
Save mgrabovsky/1b03e8d3ebe4738ca6881ccd397533b0 to your computer and use it in GitHub Desktop.
Numerical methods cheatsheet

Finding Roots of Polynomials and Functions

i.e., solving nonlinear equations.

Methods for solving systems of linear equations:

The Newton method may be generalised to solve systems of nonlinear equations as well. Another approach is the class of iterative methods based on relaxation.

Methods for finding the roots of polynomials:

Optimisation

Integration

See also the next section.

Solving ODEs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment