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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 18 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]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply