min(ax/(bx+1), ay/(by+1))=min(ax,ay)/(min(bx,by)+1) Holds!
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!