Re: NSolve and array
- To: mathgroup at smc.vnet.net
- Subject: [mg64756] Re: [mg64714] NSolve and array
- From: Sseziwa Mukasa <mukasa at jeol.com>
- Date: Thu, 2 Mar 2006 06:47:49 -0500 (EST)
- References: <200603010911.EAA19363@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On Mar 1, 2006, at 4:11 AM, 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?
Here's one approach
In[2]:=
x/.NSolve[x^2+x+1==0,x]
Out[2]=
{-0.5-0.866025 I,-0.5+0.866025 I}
Regards,
Ssezi
- References:
- NSolve and array
- From: "behnam.kia@gmail.com" <behnam.kia@gmail.com>
- NSolve and array