| Author |
Comment/Response |
Dmitry Davydov
|
02/20/98 08:30am
I try to calculate the following integral Integrate[Exp[x*c],{x,a,b} , Assumptions ->(c<0)]
Mathematica replies
If[a > 0 && b > 0, (-exp(a*c)+exp(b*c))/c,
Integral[Exp[x*c],{x,a,b} , Assumptions ->(c<0)]
Why does it impose constraints a>0 && b>0?
Thanks for any comments
Dmitry
URL: , |
|