Numerical Differentiation
May 1, 2024
3 minute read
Numerical differentiation is a straightforward method for estimating the derivative of a function using numerical techniques. While analytical differentiation is not always possible, numerical differentiation can be implemented for any function that can be evaluated numerically. Numerical differentiation is based on the idea of approximating the derivative using finite differences. The most basic approach is to use the forward difference approximation, which estimates the derivative as the ratio of the change in the function value to the change in the independent variable over a small interval. More accurate approximations can be obtained using higher-order finite difference schemes, such as the central difference approximation or the backward difference approximation.
dbfy3d|
Find a path to becoming a Numerical Differentiation. Learn more at:
OpenCourser.com/topic/dbfy3d/numerical
Reading list
We've selected nine books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
Numerical Differentiation.
Provides a comprehensive treatment of the numerical methods used to solve partial differential equations. It is suitable for researchers and graduate students in mathematics and computer science.
Provides a comprehensive treatment of the finite difference methods used to solve partial differential equations. It is suitable for researchers and graduate students in mathematics and computer science.
Provides a comprehensive treatment of the numerical methods used to solve partial differential equations. It is suitable for researchers and graduate students in mathematics and computer science.
Provides a detailed treatment of the numerical methods used to solve two-point boundary-value problems. It is suitable for researchers and graduate students in mathematics and computer science.
Provides a collection of numerical recipes in C++, including routines for numerical differentiation. It is suitable for scientists and engineers who need to use numerical methods in their work.
Covers the numerical methods used to solve partial differential equations, including finite difference and finite volume methods. It is suitable for both undergraduate and graduate students in applied mathematics, engineering, and physics.
Provides a practical introduction to numerical analysis, including a chapter on numerical differentiation. It is suitable for undergraduate and graduate students in science and engineering.
Provides a practical introduction to numerical methods, including a chapter on numerical differentiation. It is suitable for undergraduate and graduate students in engineering and science.
Provides a comprehensive introduction to numerical analysis, including a chapter on numerical differentiation. It is suitable for both undergraduate and graduate students in mathematics and computer science.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/dbfy3d/numerical