zl程序教程

您现在的位置是:首页 >  后端

当前栏目

【MATLAB】求不定积分

2023-09-14 09:05:32 时间

例:

 

syms x
int(1/(1+x^2)) 
ans =atan(x)