(a) Using the following data,
f(0) = 1, f(1) = 3, f(3) = 55
find the unique polynomial of degree 2 or less which fits the given data.
Also, obtain a bound on the error.
(b) If f(x) = 1/(x^2), find the divided difference of f[x1, x2, x3, x4].
(c) Obtain the piecewise linear interpolating polynomial for the function f(x) defined by data
able[[x, 1.0, 2.0, 4.0, 8.0], [f(x), 3, 7, 21, 73]]
and estimate the values of f(3) and f(7).