Develop a program that uses a while loop to implement that estimates the value of y=2*tan(x)*exp(x) using Taylor series
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Develop a program that uses a while loop to implement that estimates the value of y=2*tan(x)*exp(x) using Taylor series
Develop a program that uses a while loop to implement that estimates the value of y=2*tan(x)*exp(x) using Taylor series expansions expanded to an order of 1000 correct to eight decimal places where x=0.5. Answer