Maple #1 is a 5 part problem set. (Each part is worth 4 points for a total of 20 points.) part A is due Thursday 4 Sep For FULL credit STAPLE your sheets together. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Actually unstapled assignments will not be accepted. You are to plot the five functions below (one for each part). Each plot must be rotated to a "nice" position and "look good (smooth)" . Each plot must have include axes and the title must include your name and what was plotted. Note that the expressions below are not necessarily in a form that Maple likes. [Remember, either define e:=exp(1) or replace e^x with exp(x). A common error is to replace e^x with exp^x, and unfortunately Maple doesn't notice the error, and does something dumb.] The MATLAB function is given below, it has missing *'s and e's that don't work in Maple matlab:= 3(1-x)^2 e^(-x^2-(y+1)^2) - 10(x/5-x^3-y^5)e^(-x^2-y^2) -(1/3)e^(-(x+1)^2-y^2). A. Do a plot3d of the matlab function above use the following options to the plot3d command fix the MISSING-STUFF and update YOUR-NAME and WHAT-GRAPH. plot3d(MISSING-STUFF,axes=boxed,shading=zhue,orientation=[-145,50], title="YOUR-NAME and WHAT-GRAPH"); so that it matches the graph on the web: http://www.math.fsu.edu/~bellenot/class/s03/cal3/maple/graph4_0.gif (note: if it doesn't match you need to fix the function. The x and y RANGE MUST MATCH the graph on the web.)