Write a python program to evaluate the cos of an angle a The cos of an angle can be expressed as the numerical series be
Posted: Wed Apr 27, 2022 3:42 pm
Write a python program to evaluate the cos of an angle a The cos of an angle can be expressed as the numerical series below - cos (x) = 1 - (x2/2!) + (x4 / 4!) - (x6 / 6!) + (x:/8 !) - (x10 / 10!) - (x12/12 !) When x << TT, then cos(x) = 1 - (x2/2!) + (x4/4!) - (x6/6!) as an approximation to the periodic function. The sum of the remaining terms (x8/8 !) - (x10 / 10 !) - (x12/12 !) is the error