Page 1 of 1

11. Draw w = y² / 25-x² / 9 and z = 2xy on [-3,3] with 0.1 increment using plot. 12. Try the following: [X, Y] = meshgri

Posted: Tue May 24, 2022 7:56 am
by answerhappygod
11 Draw W Y 25 X 9 And Z 2xy On 3 3 With 0 1 Increment Using Plot 12 Try The Following X Y Meshgri 1
11 Draw W Y 25 X 9 And Z 2xy On 3 3 With 0 1 Increment Using Plot 12 Try The Following X Y Meshgri 1 (29.09 KiB) Viewed 19 times
11. Draw w = y² / 25-x² / 9 and z = 2xy on [-3,3] with 0.1 increment using plot. 12. Try the following: [X, Y] = meshgrid(-8:0.5:8); R = sqrt(X.^2+Y.^2); Z = sin(R)./(R+9); Mesh(X,Y,Z, 'EdgeColor', 'black') Title('graph of Z=sin(R)/(R+1)') 13. Assume x is defined on [0, 8], where Ax=1/10, and y is defined on [0,8] where A y= 1/8. Then, draw z = exp(-y) sin(x) in three dimensions. Label the x, y coordinates and thee graph. 14. Draw the mesh or the surface of the z = x²/16 + y²/25 on the interval [-5:0.1:5]