Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please solve using Matlab. Thanks in advance. Wite a MATLAB program that will compute an approximation of the sin of a value using the Taylor

Please solve using Matlab. Thanks in advance. image text in transcribed
image text in transcribed
image text in transcribed
Wite a MATLAB program that will compute an approximation of the sin of a value using the Taylor serles expansion. The Taylor series exparsion of the sin function is sin(x)=x3!x3+5!x37!x7+=n=0(2n+1)!(1)nx2n+1 And can be approximated by using an upper limit of N rather than infinty on the summation The prograin should: 1. Read in the value of x and the value of N from the user using MATLAB's inputfunction 2. Compute the approximation of the sin(x) using N + 1 tems in the summation. The approximation should be computed using array operations rather than feration. PAATLAE has a buitt in sun function that wils sum a the elements in an arfay and a boilt in foctorial tuncticn inat will compute the factonat of whole number greater than equal to zero.) 3. Display the result of the sin(x) approximation. 4. Calcuate the percent differnece, your approximation minus the value coiculated using sincon (fivide by san(x) then mutipie wah 100 Make sure that. 1. The program approximates the sin(x) using the user supplad yaues of x and N 2. Clearly trie displays the ieswit with meaningful text. 1 Tread in the value of x and the value of N from the user using MatLaB's Inputfunction. 2x input('Please input x4); 3. %N= input("Please input N2 ): 4 W. Again, we wI11 hand code this two for. MATLAB Grader 5. x=pi/2; 6. Nele; 7) Generate N+1 terms between to: N 9n= 11 XCompute the approxlmation of the sin(x) using N+1 termin in the sumation. The approxination should be coeputed using array doerat 13 indpproxi= 14 15 20.splay the result of the sin(x) approxieation, in-Lte a neaningful output sentence. 16 fprdntf () 15 d1tfpericente the sunmation. The approximation should be computed using acray operatloos rather than Iteration. ehts in an array and a built In factorialfuiction that ifl conpute the factorial of a whole nunber ereater than efual te rere. ngful output sentence. Value calculated using sin(x). dsvlde by sin(x) then fultiple tidt teo

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

Discuss briefly the advantages and disadvantages of a CFD contract.

Answered: 1 week ago