Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
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 Kommentare
Pedro
Pedro am 10 Sep. 2012
I guess I messed up there, I actually want to know the method for both types of functions.
Rick Rosson
Rick Rosson am 10 Sep. 2012
Please post two separate questions.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Sep. 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 Kommentare
Pedro
Pedro am 10 Sep. 2012
No, I'm actually new at Matlab, you mean symbolic math toolbox, right?
Walter Roberson
Walter Roberson am 10 Sep. 2012
Yes, the symbolic math toolbox.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by