Sin(x) can be expressed by Taylor series as below (-1)"x?n+1 = X x5 sin(x) = En=0 x³ + 3! x7 +.. 7! (2n+1)! 5! Write a F90 program to calculate sin(x) taking appropriate number of terms. Hints: • X...


Sin(x) can be expressed by Taylor series as below
(-1)"x?n+1
= X
x5
sin(x) = En=0

+
3!
x7
+..
7!
(2n+1)!
5!
Write a F90 program to calculate sin(x) taking appropriate
number of terms.
Hints:
• X always in radian
• Let y=sin(x)
• You have to have two do loops



Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here