
2. The followving data give the drying time T of a certain pauin n t a certain additive A. Find the first, second, third, and fourth-degree polynomials that fit the data and plot each polynomial...
Matlab:
a) Write a program to compute the first-degree and third-degree
polynomials that fit the data, displaying the polynomial
coefficients. Remember to include text to describe the displayed
coefficients.
(b) Compute and display (including what the information is) the
sum of the squares for each curve fit.
(c) Plot the data and the two curve fits on a
single plot, for 101 values of A in the range 0 ?
A ? 9. Choose different line styles for each curve...