diff(func, var) 這個函數可以計算微分(differentiation): >>> from sympy import diff, Symbol, sin, tan >>> x = Symbol('x') >>> diff(sin(x), ...
確定! 回上一頁