Find the minimum of a multi-variable function
Ältere Kommentare anzeigen
Question: Find the minimum of
in the window [0,2]×[2,4] with increment 0.01 for x and y.
in the window [0,2]×[2,4] with increment 0.01 for x and y. My approach:
syms fun(x,y) fx(x,y) fy(x,y) fxy(x,y) x y
pt=solve([
==0,
==0],[x y]) But it gives me an error.
besides what about the window and increment mentioned that question. Any solution will be appreciated .
Thanks in advance .
2 Kommentare
infinity
am 23 Jun. 2019
Hello,
Could you provide your code and show us what is the error?
emonhossain roy
am 23 Jun. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!