Re: NSolve and array
- To: mathgroup at smc.vnet.net
- Subject: [mg64752] Re: NSolve and array
- From: dh <dh at metrohm.ch>
- Date: Thu, 2 Mar 2006 06:47:41 -0500 (EST)
- References: <du3oj3$j19$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, here is an example that gives the results in a list: x /. NSolve[x^2 + x + 1 == 0, x] Daniel behnam.kia at gmail.com wrote: > Hi every body. I have a problem with mathematica and I would be very > glad if some one helps me. > The problem is that I find the roots of polynomial by NSolve and I > want to put the results in an array for further manipulation, but I do > not know how can I do it. More precisely I want to return the results > of NSolve to an array or similary list. > > Would you please help me? > > thanks >