Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think you are looking for the roots of the polynomial:

f = x^2 - 30*x + 2817
f.roots()

which gives:

[(-36*I*sqrt(2) + 15, 1), (36*I*sqrt(2) + 15, 1)]

This would mean that your original function is equal to:

$$ x^2-30*x+2817 = \left(x-(15-36 \sqrt(-2)\right)\left(x-(15+36\sqrt(-2)\right)$$

I think you are looking for the roots of the polynomial:

f = x^2 - 30*x + 2817
f.roots()

which gives:

[(-36*I*sqrt(2) + 15, 1), (36*I*sqrt(2) + 15, 1)]

This would mean that your original function is equal to:

$$ x^2-30*x+2817 x^2-30x+2817 = \left(x-(15-36 \sqrt(-2)\right)\left(x-(15+36\sqrt(-2)\right)$$

I think you are looking for the roots of the polynomial:

f = x^2 - 30*x + 2817
f.roots()

which gives:

[(-36*I*sqrt(2) + 15, 1), (36*I*sqrt(2) + 15, 1)]

This would mean that your original function is equal to:

$$ x^2-30x+2817 = \left(x-(15-36 \sqrt(-2)\right)\left(x-(15+36\sqrt(-2)\right)$$\sqrt{-2}\right)\left(x-(15+36\sqrt{-2}\right)$$

I think you are looking for the roots of the polynomial:

f = x^2 - 30*x + 2817
f.roots()

which gives:

[(-36*I*sqrt(2) + 15, 1), (36*I*sqrt(2) + 15, 1)]

This would mean that your original function is equal to:

$$ x^2-30x+2817 = \left(x-(15-36 \sqrt{-2}\right)\left(x-(15+36\sqrt{-2}\right)$$\sqrt{-2})\right)\left(x-(15+36\sqrt{-2})\right)$$