MATLAB…
Instead of estimating cos(pi/4), use the Maclaurin series expansion of sin(x), shown below, to estimate cos(5 pi/12) accurate to at least 3 sig figs. Display the results to the screen in a table like the one in Example 4.1 in your book. Use fprintf. Publish your results as a PDF, and upload to Blackboard along with the M-file. cos(x) = sigma^infinity_k = 0 (-1)^k x^2k/(2k)! = 1 – x^2/2! + x^4/4! – x^6/6!