Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following double integral with a a = - 1 2 , b b = - 6 . 7 , c c = -

Consider the following double integral with aa=-12,bb=-6.7,cc=-10, and dd=4
abcd133+(x532768+y57776)dydx
a) USING MATLAB FOR ALL PARTS Use the mesh function to plot the function (do not use fmesh). Use the axis command to limit the range of and yy to the
range specified by aa,bb,cc, and dd. Make sure the lower bound for the z axis is 0. Use the original upper bound for zz(i.e.
before using the axis command). You can save the original axes using: v= axis;
b) Calculate an estimate of the integral using a single application of Simpson's 38 rule in each dimension, starting with the x
axis. Use an fprintf statement to print your answer.
c) Calculate an estimate of the integral using a single application of Simpson's 38 rule in each dimension, starting with the y
axis. Use an fprintf statement to print your answer.
d) Calculate the true value of the integral using the int function. Use an fprintf statement to print your answer.
e) Are the results from b through d the same? Why or why not?
f) Extra Credit (6 points) Recreate the plot from part (a) in a new figure. Add two things to the plot: (i) a magenta plane
corresponding to a height of 102 units above the -yy plane (i.e.zz=102) and (ii) plot all of the points used in part (c) as red
asterisks. Use the view command to set the view to AZ=0.3 and EL=24.2. Note: AZ represents the azimuth angle in degrees,
and EL represents the elevation angle in degrees.
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

Master The Art Of Data Storytelling With Visualizations

Authors: Alexander N Donovan

1st Edition

B0CNMD9QRD, 979-8867864248

More Books

Students also viewed these Databases questions

Question

Find the closed loop transfer function a) For a Y/Ysp b) For a Y/D

Answered: 1 week ago