| Author |
Comment/Response |
Yan
|
06/29/11 10:37am
Hye, when I solve my equations with FindRoot, I can't use the answer numerically.
in:Y = FindRoot[Déter, {x, 18.0}]
out:{x -> 17.4926 - 1.19851 I}
In:3*Y
out:{3 (x -> 17.4926 - 1.19851 I)}
I would like to create a whole set of point to plot them, but I don't want to rewrite everyone of them manually. Iwant to get:
in: Y1
out: 17.4926 - 1.19851 I
Can someone help me.
URL: , |
|