MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: how do i solve this polynom?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37651] Re: how do i solve this polynom?
  • From: Bill Rowe <listuser at earthlink.net>
  • Date: Thu, 7 Nov 2002 06:42:44 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 11/6/02 at 6:54 AM, kyboris at bezeqint.net (Boris) wrote:

>how do i solve this polynom?
>
>2x^3+6x^2+5x+2=0?

Solve[2x^3 + 6x^2 + 5x + 2 == 0, x]

{{x -> -2}, {x -> -1/2 - I/2}, {x -> -1/2+ I/2}}


  • Prev by Date: Mathematica and C#
  • Next by Date: Programming Book suggestions
  • Previous by thread: Re: how do i solve this polynom?
  • Next by thread: RE: how do i solve this polynom?