Difference between revisions of "Numerical Differentiation"
From Sutherland_wiki
(New page: == Introduction == == Taylor Series == == Lagrange Polynomials == == Tables for Derivatives on Uniform Grids == <center> {| border="1" cellpadding="5" cellspacing="0" align="ce...) |
|||
Line 4: | Line 4: | ||
== Taylor Series == | == Taylor Series == | ||
+ | |||
Line 9: | Line 10: | ||
== Lagrange Polynomials == | == Lagrange Polynomials == | ||
+ | |||
+ | Lagrange polynomials, which are commonly used for [[interpolation]], can also be used for differentiation. | ||
Revision as of 21:55, 2 July 2008
Contents
Introduction
Taylor Series
Lagrange Polynomials
Lagrange polynomials, which are commonly used for interpolation, can also be used for differentiation.
Tables for Derivatives on Uniform Grids
Derivative at point | Discrete Representation (uniform mesh) | Order |
---|---|---|
Forward Difference | ||
Backward Difference | ||
Central Difference |
Derivative at point | Discrete Representation (uniform mesh) | Order |
---|