Lagrange Multipliers
이전 댓글 표시
Use the Lagrange mulipliers to find the points on the parabola y=x^2+2x which are the closest to the point(-1,0).
댓글 수: 1
Walter Roberson
2012년 4월 15일
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
채택된 답변
추가 답변 (1개)
Richard Brown
2012년 4월 15일
0 개 추천
This is not a Matlab question, it's a calculus homework problem. Define a function f(x,y) that you want to minimise, a constraint c(x,y) = 0, and then solve c(x,y) = 0, together with
grad f = lambda grad c
for x, y, and lambda.
댓글 수: 3
Dhurgham Kadhim
2012년 4월 16일
Richard Brown
2012년 4월 16일
It's pretty straightforward to solve by hand - I recommend you do it that way, you'll learn more if you do.
Divy
2023년 1월 21일
nice ra
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!