MathGroup Archive 2011

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

Search the Archive

NSolve unable to find all possible roots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115577] NSolve unable to find all possible roots
  • From: Luiz Melo <luiz.melo at polymtl.ca>
  • Date: Sat, 15 Jan 2011 04:45:17 -0500 (EST)

Dear mathgroup,
The equation below has three possible roots, namely: 0., 1.99, -1.99.

eq = x*(Sqrt[-13.319 - x^2] + 2.41*Sqrt[1.004 - x^2])

If we try NSolve[eq == 0, x], we get {{kx-> 0.}} only.

How to instruct NSolve to search for the other two roots of the above equation?

Thank you
Luiz Melo

--



  • Prev by Date: Re: DesignerUnits 2011-01-08 for Mathematica 8, 7, 6
  • Next by Date: Re: Inverse function
  • Previous by thread: Re: How to force numeric output
  • Next by thread: Re: NSolve unable to find all possible roots