Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

By using Matlab Loops commands 1. The Taylor's series expansion of cos(x) is x2 x4 x6 2! 4! 6! 2n cos(x) = 1--+--+ = (2n)!

By using Matlab
Loops commands
image text in transcribed
1. The Taylor's series expansion of cos(x) is x2 x4 x6 2! 4! 6! 2n cos(x) = 1--+--+ = (2n)! n=0 where x is in radians. Write a user-defined function that determines cos(x) using Taylor's series expansion. For function name and arguments use yzcosTaylor(s), where the input argument x is the angle in degrees and the output argument y is the value for cos(x) In the program use a loop for adding the terms of the Taylor's series. If an is the nth term in the series, then the sum Sn of the n terms is S S ta In each pass, calculate the estimated error E given by the equation n-1 Stop adding terms when E s 0.000001. Use cosTaylor for calculating a) cos(60) b) cos(110)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions