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!