Question 1196595
I need to know what the polynomial of 2,1-i,2-√3 is in standard form it has a leading coefficient of 1.
<pre>This is NOT a 4<sup>th</sup> degree polynomial, but a 5<sup>th</sup> degree one.

{{{system(matrix(1,7, "Zeroes:", "x = 2,", "x = 1 - i,", "x = 1 + i,", x = 2 - sqrt(3), ",", x = 2 + sqrt(3)), matrix(1,2, such, that), 
matrix(1,6, "x - 2 = 0,", "x - 1 + i = 0,", "x - 1 - i = 0,", x - 2 + sqrt(3) = 0, ",", x - 2 - sqrt(3) = 0), matrix(1,2, to, give),
matrix(1,7, "Factors:", "(x - 2),", "(x - 1 + i),", "(x - 1 - i),", x - 2 + sqrt(3), ",", x - 2 - sqrt(3)))}}}

    Multiply that out!</pre>