| Author |
Comment/Response |
Luis
|
10/13/11 1:50pm
I'm trying to solve a differential equation in Mathematica 8.
The first time I defined the equation I made the mistake of writing "=" instead of "==", and when I evaluated the cell I got the answer "{True}". I corrected the mistake but I still got "{True}" as an answer.
Quitting and starting again Mathematica solved the problem. What's going on?
The correct equation was
eqn = {y''[x] == x^2 * y[x]}
URL: , |
|