Is the equality min(a/(b+1), c/(d+1))=m​in(a,c)/(m​in(b,d)+1) hold?

조회 수: 1 (최근 30일)
kader
kader 2016년 8월 3일
댓글: Guillaume 2016년 8월 3일
Dear Altruist,
With the Matlab simulation i.e numerically I can prove that the following equality holds.
min(a/(b+1), c/(d+1))=min(a,c)/(min(b,d)+1), where a, b, c, d are the variables.
Can anyone please prove that the above equality holds through the mathematical derivation?
Thanks in advance Kader

채택된 답변

Thorsten
Thorsten 2016년 8월 3일
It does not hold. Try
a = 1; b = 8; c = 4; d = 3;
min(a/(b+1), c/(d+1))
min(a,c)/(min(b,d)+1),
  댓글 수: 3
kader
kader 2016년 8월 3일
So, is there any possible condition can be provided for which it holds?
Guillaume
Guillaume 2016년 8월 3일
Possibly. However, this has nothing to do with matlab, so would need to be asked on a math forum.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by