- Write a MATLAB program to generate Chebyshev polynomials. (Hint: Use the M-file given in the book.)
- Write a MATLAB program using Chebyshev polynomials to economize a Maclaurin series for in the interval [0,1] with a precision of . Tabulate the error values. (Hint: Utilize the M-file given in the book.)
- The Chebyshev series and Maclaurin series for are given as the following;
- Tabulate the error values for the interval [-1,1].
- Plot the error values for the interval.
2004-12-10