Differentiation
This lesson discusses first and higher order derivatives.
We'll cover the following...
Differentiation is the process of finding a function that outputs the rate of change of one variable with respect to another.
SymPy provides the functionality of symbolically calculating the derivatives of a function.
First-order derivatives
Derivatives are computed with the diff
function, which recursively uses the various differentiation rules.
...