Further decompose: min(a, b-c)!! and simulation in MatLab
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
kader
le 16 Oct 2016
Modifié(e) : John D'Errico
le 16 Oct 2016
For any positive values of a, b, c, and b>c, is it possible to further decompose
min (a, b-c) to any of the form e.g.,
min(a,c)-min(b,c) or min(a,b)-min(a,c) or any form like this.
Thanks in advance for the answers.
0 commentaires
Réponse acceptée
John D'Errico
le 16 Oct 2016
Modifié(e) : John D'Errico
le 16 Oct 2016
Short answer: No.
Longer answer: Nnnnoooo.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!