% lect 10_2: Roots of a polynomial % Use same function as lect10_1 p = [1 -12.1 40.59 -17.015 -71.95 35.88]; r = roots(p) % Find polynomial from its roots p2 = poly(r)