Finding global maxima and minima

조회 수: 7 (최근 30일)
Tanzil Tanzil
Tanzil Tanzil 2021년 10월 13일
댓글: Walter Roberson 2021년 10월 15일
Find the global maxima and minima for the function x3 12x5on x=(4,4)
  댓글 수: 2
KSSV
KSSV 2021년 10월 13일
What have you attempted for your Home Work?
Tanzil Tanzil
Tanzil Tanzil 2021년 10월 15일
no idea on how to do it....was just told to search on google for the code by the prof.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2021년 10월 13일
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
Tanzil Tanzil
Tanzil Tanzil 2021년 10월 15일
but then how to plot the graph...?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by