Stationary point, local minimum, local maximum and inflection point
조회 수: 13 (최근 30일)
이전 댓글 표시
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.
채택된 답변
Jorge Herrera
2015년 10월 27일
편집: Jorge Herrera
2015년 10월 27일
Hello there! I recomend you to use diff and solve functions available in Matlab.
To diff function: http://www.mathworks.com/help/matlab/ref/diff.html to solve function: http://www.mathworks.com/help/symbolic/solve.html
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.
댓글 수: 0
추가 답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!