Calculate absolute maxima and minima of a two variable function
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Billuri
le 9 Déc 2022
0 votes
f1 = x^2 + y^2
1 commentaire
Image Analyst
le 9 Déc 2022
Modifié(e) : Image Analyst
le 9 Déc 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".
Catégories
En savoir plus sur Computational Geometry dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
