number 2) solve using mat lab Find partial differential^3 f/partial differential
ID: 3575428 • Letter: N
Question
number 2) solve using mat lab Find partial differential^3 f/partial differential x partial differentially^2 and partial deifferntial^4 f/partial differential y^2 partial differential x^2 for the function f(x) = cos(x^2 + y^2 - xy) by using symbolic function command. Develop the M file by parameterizing the given surface and use the parameterization to plot the Surface, x^2/4 + y^2/9 - z^2/16 = 1, 0 lesserthanorequalto t lesserthanorequalto 2pi, 0 lesserthanorequalto s lesserthanorequalto 2pi and -5 lesserthanorequalto z lesserthanorequalto 5.Also label all the axes and graph should have a title includes your name. Publish your output to HTML. Develop the M file to draw the contour curve and surface together of the function f(x, y) = -xye^-x^2 -y^2 in the square defined -2 lesserthanorequalto x lesserthanorequalto 2 and - 2 lesserthanorequalto y lesserthanorequalto 2.also label all the axes and the graph should have a title that includes your name. Publish your output to HTML. Draw the helix given by the parametric equation x = cos(2t), y =Explanation / Answer
2)
x = 0:pi/50:2*pi;
y = 0:pi/50:2*pi;
z = -5:0.1:5;
xx = (x.^2/4);
yy = (y.^2/9);
zz = - (z.^2/16);
figure
mesh(xx,yy,zz)
title('Plot Graph_your name')
xlabel('x')
ylabel('y')
zlabel('z')
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.