Find an upper bound for the error on [0, 2] when the degree 3 Chebyshev interpolating polynomial is used to approximate f(x) = sin(x). Then find the Chebyshev nodes, the interpolating polynomial through these nodes (use any basis, or you can use polyfit and polyval in MATLAB), and finally plot both the polynomial and sin(x) on the interval [0, 2].