Question: Write python functions that can compute the sine, cosine, and tangent of any input value, about pi/4, using the Taylor series of each trigonometric function.
Write python functions that can compute the sine, cosine, and tangent of any input value, about pi/4, using the Taylor series of each trigonometric function. Plot all three functions on the same graph using matplotlib. Find the percent error of each. Numpy is allowed and encouraged.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
