Question: [Functions on Computing Machines] Compute f(x)=sin(x) for x=100 : a) Sum the Taylor expansion directly. b) Set up a recursion formula technique to compute sin(100)
[Functions on Computing Machines] Compute f(x)=sin(x) for x=100:
a) Sum the Taylor expansion directly.
b) Set up a recursion formula technique to compute sin(100).
c) Modify your method in b) to obtain meaningful results.
Provide a table, similar to the one we saw in class for e-x, that contains your results for the three cases with the actual output of your compiled program, that is the function sin(x). Discuss the observations you can draw from the table. Use Matlab Syntax
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
