Calculate absolute maxima and minima of a two variable function
이전 댓글 표시
I have a function
% f(x,y) = x^4 + y^4 - x^2 - y^2 + 1
but i am not able to understand how to start solving this. Can someone help me with the code?
채택된 답변
추가 답변 (1개)
Billuri
2022년 12월 9일
0 개 추천
f1 = x^2 + y^2
댓글 수: 1
Image Analyst
2022년 12월 9일
편집: Image Analyst
2022년 12월 9일
Can you please elaborate on how this solves his question on the 4th order polynomial? He says "solve means to display the values of absolute maxima and minima".
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
