Find the minimum of a multi-variable function
Show older comments
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 Comments
infinity
on 23 Jun 2019
Hello,
Could you provide your code and show us what is the error?
emonhossain roy
on 23 Jun 2019
Accepted Answer
More Answers (0)
Categories
Find more on Calculus 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!