Find the minimum of a multi-variable function
Mostrar comentarios más antiguos
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 comentarios
infinity
el 23 de Jun. de 2019
Hello,
Could you provide your code and show us what is the error?
emonhossain roy
el 23 de Jun. de 2019
Respuesta aceptada
Más respuestas (0)
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!