Question: Answer on MATLAB please 2 D integration Consider the following double integral with a = - 1 2 , b = - 6 . 7

Answer on MATLAB please
2D integration
Consider the following double integral with a=-12,b=-6.7,c=-10, and d=4.
abcd133+(x532768+y57776)dydx
a) Use the mesh function to plot the function (do not use fmesh). Use the axis command to
limit the range of x and y to the range specified by a,b,c, and d. Make sure the lower
bound for the z axis is 0. Use the original upper bound for z(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 fprint f 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 x-y plane (i.e.z=
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,
 Answer on MATLAB please 2D integration Consider the following double integral

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 Databases Questions!