Finding global maxima and minima

7 visualizaciones (últimos 30 días)
Tanzil Tanzil
Tanzil Tanzil el 13 de Oct. de 2021
Comentada: Walter Roberson el 15 de Oct. de 2021
Find the global maxima and minima for the function x3 12x5on x=(4,4)
  2 comentarios
KSSV
KSSV el 13 de Oct. de 2021
What have you attempted for your Home Work?
Tanzil Tanzil
Tanzil Tanzil el 15 de Oct. de 2021
no idea on how to do it....was just told to search on google for the code by the prof.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Oct. de 2021
Use calculas.
The minima and maxima of a function can only occur at:
  1. Critical points of the function; or
  2. The boundaries that the function is being evaluated at
Critical points of the function are the places where the derivative equal 0.
So... take the derivative of the function and solve for 0. The resulting x are the critical points. For each critical point that is within the boundaries, evaluate the function at those locations. Also evaluate the function at the boundaries. Now the minimum out of all those evaluations is the global minima over that range, and the maximum out of those evaluations is the global maximum over that range.
  2 comentarios
Tanzil Tanzil
Tanzil Tanzil el 15 de Oct. de 2021
but then how to plot the graph...?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Search Path 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!

Translated by