Dear All,
I cannot figure out how to impose a condition. I have a function that is defined as a piecewise function. When it returns its results with several Min(x,y). I would like to substitute Min(x,X) with "x" since x<X. I have tried something like (here simplified as my function output as several terms).
with assuming (x<X):
print (Min(x,X))
but it does not work [i.e. it does not simplify Min(x,X) with x]. Thanks for any suggestions.
Best, -- Philippe.