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

1 Ansicht (letzte 30 Tage)
kader
kader am 3 Aug. 2016
Kommentiert: Guillaume am 3 Aug. 2016
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

Akzeptierte Antwort

Thorsten
Thorsten am 3 Aug. 2016
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 Kommentare
kader
kader am 3 Aug. 2016
So, is there any possible condition can be provided for which it holds?
Guillaume
Guillaume am 3 Aug. 2016
Possibly. However, this has nothing to do with matlab, so would need to be asked on a math forum.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Partial Differential Equation Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by