Question: please i need all the steps and write the code in matlab then make screen shoot The sine function can be evaluated by the following
The sine function can be evaluated by the following infinite series: sinx=x3!x3+5!x5 Create an M-file to implement this formula so that it computes and displays the values of sinx as each term in the series is added. In other words, compute and display in sequence the values for sinx=xsinx=x3!x3sinx=x3!x3+5!x5 up to the order term of your choosing. For each of the preceding, compute and display the percent relative error as t=truetrueapproximate100% As a test case, employ the program to compute sin(0.7) for up to and including eight terms.that is, up to the term 15!x15 Provide screenshots of your MATLAB code and the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
