Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,
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

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago