How to perform indefinite integration of this function?

4 次查看(过去 30 天)
Hey guys, I need to perform the following operations as shown in the image. I need to calculate the value of function H for different inputs(x).
I am giving the following command from Symbolic Math Toolbox
%xxxxxxxxxxxxxxxxxxxxxx
syms y t x;
f1=(1-exp(-y))/y;
f2=-t+3*int(f1,[0,t]);
f3=exp(f2);
H=int(f3,[0,x]);
%xxxxxxxxxxxxxxxxxxxxxxx
but the value of 2nd integral i.e. integral in the function H can't be calculated and my output is of the form of
H =
int(exp(3*eulergamma - t - 3*ei(-t) + 3*log(t)), t, 0, x)
If any of you guys know how to evaluate this or have a different idea about this, please share it with me.
Thank you.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by