June 2025
Intermediate to advanced
515 pages
17h 5m
English
SymPy can calculate the derivatives of functions using the diff(f,x,k) method, where the f object is the function to be derived, x is defined as the independent variable, and the natural number k stands for the k-th derivative of the function to be differentiated. If k does not occur, SymPy calculates the first derivative. Listing 5.21 calculates the first derivative for each of the functions.
![]()
![]()
![]()
It also calculates the first, ...
Read now
Unlock full access