MATLAB无穷大上的反常积分

MATLAB无穷大上的反常积分 MATLAB代码一样可以计算反常积分: syms x f; f=log(x) / x^2; e=ezplot(f,[1,10]); set(e,'Color','r','LineWidth',0.5); grid on; hold on; S=int(f,[1,+inf]) 结果图: MATLAB计算的结果: S
相关文章
相关标签/搜索