Numerical differentiation - Wikipedia
https://en.wikipedia.org/wiki/Numerical_differentiation• http://mathworld.wolfram.com/NumericalDifferentiation.html• Numerical Differentiation Resources: Textbook notes, PPT, Worksheets, Audiovisual YouTube Lectures at Numerical Methods for STEM Undergraduate• ftp://math.nist.gov/pub/repository/diff/src/DIFF Fortran code for the numerical differentiation of a function using Neville's process to extrapolate from a sequence of simple polynomial approximations.
5 Numerical Differentiation
www2.math.umd.edu › lecture-notes › differentiation-chapThe numerical differentiation formula, (5.9), then becomes f0(x k) = Xn j=0 f(x j)l0 j (x k)+ 1 (n+1)! f(n+1)(ξ x k) Y j=0 j6= k (x k −x j). (5.10) We refer to the formula (5.10) as a differentiation by interpolation algorithm. Example 5.1 We demonstrate how to use the differentiation by integration formula (5.10) in the case where n = 1 and k = 0.
Numerical Differentiation. What is the best method?
mathoverflow.net › questions › 64302Complex step differentiation (CSD) is well known as an efficient numerical differentiation method: $$f^\prime(x)=\mathrm{Im}\frac{f(x+\mathrm{i}h)}{h}+O(h^2),\quad\mathrm{i}:=\sqrt{-1}.$$ This method requires the function to be analytic (differentiable as a complex function). We cannot apply this method to higher order derivatives, but since this method does not use differences it is useful to avoid subtractive cancellation (loss of significance caused when we try to subtract similar numbers).