Question

Answer the following questions using the function -3y f(x,y) = 2y2 + 1 Plot fíx, y) using filled.contour)
Please include code for ths Buestion Thanks
Answer the following questions using the function -3y f(x,y) = 2y2 + 1 Plot fíx, y) using filled.contour)
Please include code for ths Buestion Thanks
0 0
Add a comment Improve this question Transcribed image text
Answer #1

contour plot with Matlab code of the above question is attached below6 0 2 0 0 4 -63 -2 0 6 2 4 6 X-ахis y-axis

clc;
clear all;
nx=-6:0.01:6;
ny=-6:0.01:6;
hold on
fun=zeros();
for i=1:length(nx)
for j=1:length(ny)
fun(i,j)=-3*ny(j)/(nx(i)^2+ny(j)^2+1) ;
end
end
contour(nx,ny,fun)

Add a comment
Know the answer?
Add Answer to:
Answer the following questions using the function -3y f(x,y) = 2y2 + 1 Plot fíx, y)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT