Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

No answer ? 1

Status
Not open for further replies.

yassou

Mechanical
Mar 13, 2015
69
FR
Hi everybody
I am new with MATLAB, also one of my friends ask me to integrate from this:
Capture_lbsyy3.jpg

And I write this:
Code:
syms x a b c
f=(sqrt((x-a)^3))/(exp((x-b)/(sqrt(2)*c))^2);
A=int(f,x,a,inf);
But after run the Codes, Value A is:
Code:
int(exp((2^(1/2)*(b - x))/c)*(-(a - x)^3)^(1/2), x == a..Inf)
If pretty it:
Codes_q2uxzn.jpg

Now is there anybody know what should i do to solve this Problem ?
a b c are constants.
With Best Regards.
yassou.
 
Replies continue below

Recommended for you

Thanks IRstuff for reply.
But i can't specify domain for integrals (a to inf) ?
Do you know how can i do that in this site ?
 
?? The solution to the indefinite integral is 99% of the problem; you just evaluate the solution at the two values.



TTFN
I can do absolutely anything. I'm an expert!
faq731-376 forum1529
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top