AW: how do i solve this polynom?
- To: mathgroup at smc.vnet.net
- Subject: [mg37641] AW: [mg37609] how do i solve this polynom?
- From: Matthias.Bode at oppenheim.de
- Date: Thu, 7 Nov 2002 06:41:36 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Boris,
I suggest you let MATHEMATICA solve it for you:
In[1]:=
Solve[2*x^3+6*x^2+5*x+2==0, x]
Out[1]=
{{x -> -2}, {x -> -(1/2) - I/2}, {x -> -(1/2) + I/2}}
Best regards,
Matthias Bode.
-----Ursprüngliche Nachricht-----
Von: Boris [mailto:kyboris at bezeqint.net]
Gesendet: Mittwoch, 6. November 2002 12:54
An: mathgroup at smc.vnet.net
Betreff: [mg37609] how do i solve this polynom?
how do i solve this polynom?
2x^3+6x^2+5x+2=0?
anyone can help?