min(ax/(bx+1), ay/(by+1))=min(ax,ay)/(min(bx,by)+1) Holds!
4 次查看(过去 30 天)
显示 更早的评论
For any positive value of a, b, x and y, Numerically (through Matlab simulation) I can prove that the following equality holds.
min(ax/(bx+1), ay/(by+1))=min(ax,ay)/(min(bx,by)+1).
Can anyone please prove that the above equality holds through the mathematical derivation?
Thanks in advance >Kader
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!