| Author |
Comment/Response |
James T
|
10/04/06 9:19pm
Hi,
I think an odd-degree polynomial with real coefficients have at least one real root.
However, when I evaluate
Root[-38167 + 239457 #1 - 474600 #1^2 + 295936 #1^3 &, 3] with Mathematica (using "ToRadicals") or Solve[-38167 + 239457 x - 474600 x^2 + 295936 x^3 == 0, x], all three roots are complex.
Does anyone know why?
Thank you,
James
URL: , |
|