Jump to content

User:Moacyr.alvim/Books/Numerical Methods

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Moacyr.alvim (talk | contribs) at 11:06, 4 October 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Numerical Methods

Solving Linear Systems
Gaussian elimination - Review of a direct method to solve linear equations
Jacobi method - Iterative methods to solve linear equations.
Gauss–Seidel method
Conjugate gradient method
Nonlinear Equations
Bisection method
Newton's method
Secant method
Polynomial Interpolation
Polynomial interpolation
Lagrange polynomial
Newton polynomial
Runge's phenomenon
Polynomial Interpolation
optional
Stone–Weierstrass theorem
Bernstein polynomial
Numerical Integration
Numerical integration - Overview
Trapezoidal rule
Simpson's rule
Romberg's method
Gaussian quadrature
Monte Carlo integration
Solving Ordinary Differential Equations
Euler method
Backward Euler method
Heun's method