| Author |
Comment/Response |
Kiti
|
09/06/11 12:50pm
Hello.
I don't know how to use the values passed by the Solve or DSolve functions.
In[1]:= y = Solve[x^2 - 3 x + 2 == 0, x][[2]]
Out[1]= {x -> 2}
In[2]:= y^2
Out[2]= {(x -> 2)^2}
In[3]:= Evaluate[y^2]
Out[3]= {(x -> 2)^2}
Clear[y]
What am I doing wrong?
URL: , |
|