Write a MATLAB program to compute cos x using Taylor series. Inputs to your program will be x (in radians), the beginning point and εs, the pre-specified approximate relative error (%). Your program should print the final value obtained along with the true and approximate errors. Your program needs to get the true value of cos x using the built-in cos( ) function in MATLAB. Use the Taylor series expansion below. Submit your code:
cosx =