Henry
2009-10-04 11:47:04 UTC
a)The left plot should use SURFC to generate a plot of the graph of the expression z= f (x, y) and the contours over the following region defined by:
b) -–1 ≤ x ≤ 1 and –1 ≤ y ≤ 1 . Use a 25 by 25 grid. Display grid lines, labels on all axes, and a title that includes the formula for the function. (Use a multi-line title if necessary.)
b)The right plot should:
i) display the default contour plot of over the square [-1,1] by [-1,1] using a 25 by 25 grid, with labels on all contour lines.
ii) add five additional contours at levels between 0 and 0.5
iii) label the additional contours using clabel.
iv) include labels on the axes and a title
c) Does the function have any maximum or minimum values in the domain [-1,1] by [-1,1] ?
If so, use either the Data Cursor or the coordinate grid to estimate the x and y values at the maximum/minimum points. Specify these estimates in a comment line in your M-file.