Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The equation $x^3=-3$ has three roots in the complex plane.

sage: factor(x**3+3)
(x - 0.7211247851537042? - 1.249024766483407?*I) * (x - 0.7211247851537042? + 1.249024766483407?*I) * (x + 1.442249570307409?)

The equation $x^3=-3$ has three roots in the complex plane.

sage: x=polygen(QQbar,'x')
sage: factor(x**3+3)
(x - 0.7211247851537042? - 1.249024766483407?*I) * (x - 0.7211247851537042? + 1.249024766483407?*I) * (x + 1.442249570307409?)