I am working with functions $f_{a,b,c}(x,y,z)$ which depend on the (fixed) parameters $a,b,c$.
The parameters $a,b,c$ satisfy the identity $a+b+c=0$. How do I enforce Maple to simplify the expressions under this constraint?
I tried writing something like
simplify(%) assuming a+b+c=0
but that did not work. Could someone point me in the right direction?