Page 1 of 1

2. Programming with Matlab (a) [10 points) The cosine function can be evaluated by a truncated Taylor series. Create an

Posted: Sat May 14, 2022 4:41 pm
by answerhappygod
2 Programming With Matlab A 10 Points The Cosine Function Can Be Evaluated By A Truncated Taylor Series Create An 1
2 Programming With Matlab A 10 Points The Cosine Function Can Be Evaluated By A Truncated Taylor Series Create An 1 (52.09 KiB) Viewed 56 times
2. Programming with Matlab (a) [10 points) The cosine function can be evaluated by a truncated Taylor series. Create an M-file to compute the series so that it computes and displays the values of cos z as each term in the series is added up to the order term of your choosing (greater than 4). For each of the preceding, compute and display the percent relative error true - series approximation % error x 100% true As a test case, employ the program to compute cos(0.9) for up to and including eight terms. Display the approximation of cos(0.9) and the percent relative error. as