Question: In python Find the number of terms necessary to approximate sin() such that the true relative error ((e_t= abs((true-approx)/true)*100)) is less than 1 107. Use
In python Find the number of terms necessary to approximate sin() such that the true relative error ((e_t= abs((true-approx)/true)*100)) is less than 1 107. Use the Mclaurin series:

also calculate the approximation using a value of = 0.3 for comparison to the actual value of sin(0.3).
sin(x)=x3!x3+5!x57!x7+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
