Further decompose: min(a, b-c)!! and simulation in MatLab

2 views (last 30 days)
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.

Accepted Answer

John D'Errico
John D'Errico on 16 Oct 2016
Edited: John D'Errico on 16 Oct 2016
Short answer: No.
Longer answer: Nnnnoooo.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!