| Author |
Comment/Response |
Grace
|
11/28/05 07:22am
Hello all,
My name's Grace.
I have a following problem. How can I get values that are results of this expression: NSolve[eqns, vars] into an array?
That means:
In[1]:=NSolve[x^3-3 x^2+2==0,x]
Out[1]={{x -> -0.732051},{x -> 1.},{x -> 2.73205}}
I want to get result into an array like: x[[1]]=-0.732051, x[[2]]=1., x[[3]]=2.73205.
Anyone can help me?
Thanks anyway.
Grace.
URL: , |
|