Numerical Differentiation


Numerical differentiation is a technique of numerical analysis to produce an estimate of the derivative of a mathematical function or function subroutine using values from the function and perhaps other knowledge about the function.

In this tutorial numerical differentiation is implemented using the GSSE. The discretization method used here is the method of finite differences.

 

Links:

en.wikipedia.org/wiki/Numerical_differentiation

 

 

Tasks