matlab集訓六(求導數,積分)

1.sym(單變量)和syms(多變量)是兩個創建符號對象的函數 2.提取分子分母web [n,d]=numden(sym(3/4)) 數值必須使用符號函數 returns 分子n=3,分母d=4 [n,d]=numden(x/y+y/x) return n=x^2+y^2 d=y*x 3.因式分解與展開 1)factor(s)分解因式svg syms x y f=x^3-y^3 f
相關文章
相關標籤/搜索