| Author |
Comment/Response |
Guye
|
09/11/02 10:33am
Hi can someone tell me whats wrong with this input for a Differential Equation cause it comes up with a error message.
In[79]:=
DSolve[{y''[x] + y[x] == 0, y[0] == 1, y'[0] == 0}, y[x], x]
Can someone try inputting this in their mathematica to see if they come up with the same error.
thanks
Attachment: DSolve.nb, URL: , |
|