标签: matlab integral
我正在尝试整合以下表达式,
但我无法使用以下代码解决此问题:
c1=1; m=1; l=1; syms t fun=l*exp((m+1)*t-c1*exp(-t)); g=int(fun,t);
是否有人知道哪些结果是正确的?