Find the minimum of a multi-variable function
古いコメントを表示
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 件のコメント
infinity
2019 年 6 月 23 日
Hello,
Could you provide your code and show us what is the error?
emonhossain roy
2019 年 6 月 23 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!