| Original Message (ID '149172') By jf: |
| 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. |
|