

InterviewSolution
Saved Bookmarks
1. |
Write the coefficients of the polynomial p(z) = z5 – 2z2 + 4. |
Answer» Given, Polynomial p(z) = z5 – 2z2 + 4 Now first break the given equation, We get, Coefficient of z5 = 1 Coefficient of z4 = 0 Coefficient of z3 = 0 Coefficient of z2 = – 2 Coefficient of z = 0 Constant term = 4 Therefore 1, 0, 0, – 2, 0, 4 are coefficients of the polynomial p(z) |
|