Question: Problem 3 ( 2 0 points ) : Evaluate the following integral using an anonymous function and the Matlab function integral. int _ 1

Problem 3(20 points): Evaluate the following integral using an anonymous function and the
Matlab function "integral".
\int_1^(11)(x^(3)e^(-0.2x))/(1+x^(2))dx
Problem 4(30 points):
Use linspace to define -4\pi =t=4\pi using 300 points
Define: x=cos(1.5t),y=sin(1.5t)
(a)
Define:
a=2,b=3, and c=-0.05
Implement the following equation using an anonymous function
f(x,y,t)=axe^((ct))+bye^((ct))
Call the function and use plot3 to plot the three-dimensional plot.
z=f(x,y,t)
plot3(x,y,z)
(b)
define
a=1,b=10, and c=-0.01
Implement the same equation with the new parameters using an anonymous function
f(x,y,t)=axe^((ct))+bye^((ct))
Call the function and use plot3 to plot the three-dimensional plot.
z=f(x,y,t)
plot3(x,y,z)
Your outputs should look like the figures below.
Problem 3 ( 2 0 points ) : Evaluate the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!