| Author |
Comment/Response |
jf
|
11/28/12 12:43pm
Mostly a matter of putting NSolve inside a Table.
nnss = Table[
w /. NSolve[uuu == 0, w, WorkingPrecision -> 25], {n, -10000, 10000, 100}]
The result matrix needs to be Transposed, too.
See the attached notebook.
Attachment: sf148270nsolve.nb, URL: , |
|