from sympy import * #載入模組 x = symbols('x') #宣告代數符號的變數,須記得此步一定要 limit(x**2-x+3, x, 1) # limit() 是極限函數. Out[3]: 3 ; 例2. 求極限: Python ...
確定! 回上一頁