Further decompose: min(a, b-c)!! and simulation in MatLab
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
John D'Errico
2016 年 10 月 16 日
編集済み: John D'Errico
2016 年 10 月 16 日
Short answer: No.
Longer answer: Nnnnoooo.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!