Borrar filtros
Borrar filtros

How do I find the extrema of the function x^3+6 x^2-13 x-42?

2 visualizaciones (últimos 30 días)
In the optimizing section there is function that calculates minima but not all the extrema. And how to I do for the multiple variable functions, like, (-x-2)^2+(-y-3)^2?
  3 comentarios
Pedro
Pedro el 10 de Sept. de 2012
I guess I messed up there, I actually want to know the method for both types of functions.
Rick Rosson
Rick Rosson el 10 de Sept. de 2012
Please post two separate questions.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Sept. de 2012
For polynomials, the extrema are always one of the infinities.
Take the highest order term. If it is an even power, then both extrema have the same sign, which will be the same as the sign of that highest-order term. If the highest order term is an odd power, then the extrema have opposite signs, with the limit towards +infinity having the same sign as the highest-order term, and the limit towards -infinity having the opposite sign as the highest-order term.
If you want to find all the minima and all the maxima, and you have a routine to find minima, then use it once to find the minima, and then feed in the negative of the expression and find the minima of that and invert their signs to get the maxima.
  6 comentarios
Pedro
Pedro el 10 de Sept. de 2012
No, I'm actually new at Matlab, you mean symbolic math toolbox, right?
Walter Roberson
Walter Roberson el 10 de Sept. de 2012
Yes, the symbolic math toolbox.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by