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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!