01 from sympy import *. 02. 03 init_printing(). 04 var("x,y"). 05. 06 # 定義函數. 07 fn = cos(x*y) + sin(y). 08. 09 # 顯示與計算fn 函數對x 的一到四次偏微分.
確定! 回上一頁