Step by step differentiation with sympy
问题 I'm trying to make a python proram to find derivatives and integrals as well as showing how. I have so far found that there is an integral_steps function which returns the steps used, but I have not found an equivalent for differentiation. Does anyone know if there is an equivalent? If there isn't, do you have any ideas on how to find the steps needed to find a derivative? 回答1: Method 1 (manual) Looking at the code, the Derivative class is where the top-level logic lives. That's only the top