Get data in
- To: mathgroup at smc.vnet.net
- Subject: [mg7560] Get data in
- From: Colin L C Fu <es2136 at eng.warwick.ac.uk>
- Date: Sun, 15 Jun 1997 16:32:19 -0400 (EDT)
- Organization: Warwick University
- Sender: owner-wri-mathgroup at wolfram.com
Hi folks,
I try to get a list of data solved by NSolve
which are {X -> 1, X ->2, ...} into my later program having basic codes
like
Ycalc:=
Module[{Y_}, Y = in the functions of X]
Can somebody out there advise me on the method of doing that?
Thanks
Col