MathGroup Archive 2009

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

Search the Archive

Re: Bug in Solve?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102959] Re: Bug in Solve?
  • From: Ben Dundee <dundee at mps.ohio-state.edu>
  • Date: Thu, 3 Sep 2009 05:39:07 -0400 (EDT)

Sorry for the double post.

Try evaluating the following:

f[x_] := x^3 - 15 x + 2
Plot[f[x], {x, -5, 5}]
NSolve[f[x] == 0, x]
Solve[f[x] == 0, x]
FullSimplify[ComplexExpand[%]]

You should see that the imaginary parts manifestly cancel in the final answer.


  • Prev by Date: BoxWhiskerPlot - BoxLabels and FrameTicks won't work together
  • Next by Date: How to color a 3D surface
  • Previous by thread: Re: Bug in Solve?
  • Next by thread: Re: Bug in Solve?