| Author |
Comment/Response |
federico
|
07/16/12 3:12pm
hi everybody !
i try to solve and plot an integral. I finally solve it (it converge in the range of integration) but i can't plot it. Can someone help me please???
this is my code to plot it:
{Plot[(Sqrt[x]*Exp[-x/2])/Sqrt[1-x], {x, 0, 1}],
Plot[Evaluate[Integrate[(Sqrt[x]*Exp[-x/2])/Sqrt[1-x], x]], {x, 0, 1}]}
and the errors:
Integrate::ilim: Invalid integration variable or limit(s) in 0.000020428571428571428`.
Integrate::ilim: Invalid integration variable or limit(s) in 0.0204286 .
Integrate::ilim: Invalid integration variable or limit(s) in 0.04083675510204081 .
thanks to all !!!!
URL: , |
|