Clear Filters
Clear Filters

how to code the EI[-any number] (exponential integral) in our closed form expression?

2 views (last 30 days)
I got my closed form expression in EI[negative number]. When I integrate the integration by numerical method then it matched with the simulation, but I do not known how to code in exponential integral in closed form. I used the expint(negative number) it give real and imaginary number and also my simulation curve does not match with analytical curve. Please help me.
  8 Comments
Shashibhushan Sharma
Shashibhushan Sharma on 4 Dec 2017
Edited: Shashibhushan Sharma on 4 Dec 2017
Can you help me in substitution method? I am.unable to solve this form of integration. Please help me.
Shashibhushan Sharma
Shashibhushan Sharma on 5 Dec 2017
After a number of attempt, I did not find my solution. If someone can understand my problem then he can help me. Thanks

Sign in to comment.

Accepted Answer

Torsten
Torsten on 5 Dec 2017
Edited: Torsten on 5 Dec 2017
I get
I = 1-exp(-(A4-1)/T)*(A2*A3*exp((A2+A5)*A3)*expint(A3*(A2+A5))+A3*(A2+A5)*exp(-A3*(A2+A5))-A3^2*(A2+A5)^2*expint(A3*(A2+A5)))
Best wishes
Torsten.
  7 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!