Stationary point, local minimum, local maximum and inflection point
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rudi Gunawan
el 6 de Oct. de 2015
Comentada: reman
el 3 de Mzo. de 2023
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 comentarios
reman
el 3 de Mzo. de 2023
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
el 3 de Mzo. de 2023
Find the stationary points of the function f(x, y) = 8x 2 + 6y 2 −2y 3 + 5 and its function values. with matlab code
Respuesta aceptada
Jorge Herrera
el 27 de Oct. de 2015
Editada: Jorge Herrera
el 27 de Oct. de 2015
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 comentarios
Más respuestas (1)
reman
el 3 de Mzo. de 2023
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 comentarios
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!