Stationary point, local minimum, local maximum and inflection point

32 ビュー (過去 30 日間)
Rudi Gunawan
Rudi Gunawan 2015 年 10 月 6 日
コメント済み: reman 2023 年 3 月 3 日
I am given some function of x1 and x2. Example f(x1,x2)=3x1^2+2x1x2+2x2^2+7. How can I find the stationary point, local minimum, local maximum and inflection point from that function using matlab? Please tell me the feature that can be used and the coding, because I am really new in this field. Thank you in advance.
  3 件のコメント
reman
reman 2023 年 3 月 3 日
Find the stationary points of the function f(x, y) = 8x 2 + 6y 2 −2y 3 + 5 and its function values. with matlab code
reman
reman 2023 年 3 月 3 日
Find the stationary points of the function f(x, y) = 8x 2 + 6y 2 −2y 3 + 5 and its function values. with matlab code

サインインしてコメントする。

採用された回答

Jorge Herrera
Jorge Herrera 2015 年 10 月 27 日
編集済み: Jorge Herrera 2015 年 10 月 27 日
Hello there! I recomend you to use diff and solve functions available in Matlab.
Check the examples to get more info about it, I suppose that you know the calculus theory, then solve the problem should be more less easy. If you have problems I'll help you.

その他の回答 (1 件)

reman
reman 2023 年 3 月 3 日
Find the stationary points of the function f(x, y) = 8x 2 + 6y 2 −2y 3 + 5 and its function values. with matlab code

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by