#OK to post homework #Nicholas DiMarzio, 10/18/21,Assignment 12 # #Problem 1 # FP(x^3 - 6*x^2 + 12*x - 6, x); [1., 2., 3.] SFP(x^3 - 6*x^2 + 12*x - 6, x); [2.] FP(x^4 - (13*x^2)/36 + x + 1/36, x); [0.3333333333, -0.5000000000, 0.5000000000, -0.3333333333] SFP(x^4 - (13*x^2)/36 + x + 1/36, x); [0.3333333333, -0.5000000000]