| Author |
Comment/Response |
jean
|
05/26/05 10:14am
Hi,
Just try : Integrate[Sqrt[1 + Sqrt[u]]/(E^(a*u)*(2*Sqrt[2]*Sqrt[u])), {u, 0, 1}]
or even worst :
Assuming[a>0,Integrate[Sqrt[1 + Sqrt[u]]/(E^(a*u)*(2*Sqrt[2]*Sqrt[u])), {u, 0, 1}]]
and you will get a *constant* result which is non-sense. It must depends on the value of a. (or am I missing something?)
URL: , |
|