計算方法練習1

clc,clear,close all; syms x n; %IntI1=int(power(x,n)/(x+5),x,0,1); %IntI2=int(power(x,n-1)/(x+5),x,0,1); I0=int(power(x,0)/(x+5),x,0,1); m=log(1.2); if(I0==m) disp('true'); else disp('false')
相關文章
相關標籤/搜索