2.8k views
2 votes
Possible to write polynomial with degree 4 zeros 5, 1-i and 8i

User Jesin
by
7.9k points

1 Answer

3 votes

(x-5)*(x-1)*(x+i)*(x-8i) \\ \\ (x^2-6x+5)*(x+i)*(x-8i) \\ \\ (x^3-ix^2-6x^2-6ix+5x+5i)*(x-8i) \\ \\ (x^3-(i+6)x^2-(6i-5)x+5i)*(x-8i) \\ \\ Polynomial:x^4-(6+9 i) x^3-(3-42 i) x^2-(48+35 i) x+40
User Vigneshwaren
by
7.8k points