Calculate absolute maxima and minima of a two variable function
Show older comments
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?
Accepted Answer
More Answers (1)
Billuri
on 9 Dec 2022
0 votes
f1 = x^2 + y^2
1 Comment
Image Analyst
on 9 Dec 2022
Edited: Image Analyst
on 9 Dec 2022
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".
Categories
Find more on Computational Geometry in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!