如题所述
使用MATLAB软件,可以用int()计算不定积分或定积分。计算方法如下:
syms x
int((log(x))^2/x) %这里 ln(x) 用 log(x) 来表示
计算结果
log(x)^3/3 %ln³(x)/3