Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 2 . A function and its approximations ( 3 0 points ) Consider n = 0 x 3 n ( 3 n ) !

Exercise 2. A function and its approximations (30 points)
Consider n=0x3n(3n)!, that is, the power series obtained by keeping every third term in the
Taylor expansion of exp(x). This power series corresponds to the true function
ftrue(x)=13(exp(x)+2exp(-x2)cos(32x2))
For any possible integer k, define the k term power series approximation fapprox(x,k):=
n=0k-1x3n(3n)!.
Submit a MATLAB code (.m file) named YourlastnameYourfirstnameHW2p2.m that plots
2D line plots for the functions ftrue(in black solid line) versus xin[-5,5](in the horizontal
axis). In the same figure window, plot fapprox(x,k) for k=2(in red dashed line),k=3(in
green dashed line),k=4(in blue dashed line).
We shared a starter code YourlastnameYourfirstnameHW2p2.m inside the the CANVAS File
section Files/MATLAB Files/Homework 2. You only need to complete lines 11 and 20 in that
starter code, then rename the file appropriately with your first and last names.
Hint: Look up sqrt, exp, cos, sum, factorial and power ( hat(.)) in MATLAB documen-
tation. Also, intuition suggests that as k increases, fapprox should get closer to ftrue.
image text in transcribed

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

More Books

Students also viewed these Databases questions