No answer ?
No answer ?
(OP)
Hi everybody
I am new with MATLAB, also one of my friends ask me to integrate from this:

And I write this:
But after run the Codes, Value A is:
If pretty it:

Now is there anybody know what should i do to solve this Problem ?
a b c are constants.
With Best Regards.
yassou.
I am new with MATLAB, also one of my friends ask me to integrate from this:

And I write this:
CODE --> MATLAB
syms x a b c f=(sqrt((x-a)^3))/(exp((x-b)/(sqrt(2)*c))^2); A=int(f,x,a,inf);
CODE --> A
int(exp((2^(1/2)*(b - x))/c)*(-(a - x)^3)^(1/2), x == a..Inf)

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





RE: No answer ?
http://integrals.wolfram.com/
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers
RE: No answer ?
But i can't specify domain for integrals (a to inf) ?
Do you know how can i do that in this site ?
RE: No answer ?
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers