| Author |
Comment/Response |
Kastet
|
07/28/04 9:09pm
Hey guys,
Can anyone tell me what's wrong with the following code
DSolve[{y[t] - y''[t] == 1 + .3*E^t, y'[0] == 0, y[0] == 0}, y[t], t]
The answer Mathematica gives me is senseless. However if I replace .3 with a rational number 3/10 it works fine.
The only thing I can think so far is Mathematica bug.
URL: , |
|