MATLAB計算Integration by parts積分

MATLAB計算Integration by parts積分 注意案例中的對原積分方程的公式分部處理技巧。 MATLAB計算過程比較簡單,代碼: syms x f; f=x*exp(-x); e=ezplot(f,[0,4]); set(e,'Color','r','LineWidth',0.5); grid on; hold on; int(f,[0,4]) 結果圖:
相關文章
相關標籤/搜索