Hi, I was trying to solve this problem, but so far this is what I got.
Find an nth degree polynomial function with real coefficients satisfying the given conditions.
n = 3; -1 and -2 + 3i are zeros; leading coefficient is 1
Then I'm suppose to combine those terms? I don't really know from here.
Thanks
Find an nth degree polynomial function with real coefficients satisfying the given conditions.
n = 3; -1 and -2 + 3i are zeros; leading coefficient is 1
Code:
(X+1)(X-(-2+3i))(X-(-2-3i))
(X+1)(X+2-3i)(X+2+3i)
Then I'm suppose to combine those terms? I don't really know from here.
Thanks