Lagrange Multipliers
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 15 de Abr. de 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Respuesta aceptada
Más respuestas (1)
Richard Brown
el 15 de Abr. de 2012
0 votos
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 comentarios
Dhurgham Kadhim
el 16 de Abr. de 2012
Richard Brown
el 16 de Abr. de 2012
It's pretty straightforward to solve by hand - I recommend you do it that way, you'll learn more if you do.
Divy
el 21 de En. de 2023
nice ra
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!