Say I have $$ f(x)=\frac{ax+b}{cx+d} $$ I wish to assgin $f(x)=1$ and simplify to have $$ ax+b-cx-d=0. $$ How may I do this in Maple? I tried
simplify(f=1,x)
but it didn't work.
Say I have $$ f(x)=\frac{ax+b}{cx+d} $$ I wish to assgin $f(x)=1$ and simplify to have $$ ax+b-cx-d=0. $$ How may I do this in Maple? I tried
simplify(f=1,x)
but it didn't work.
Your question seems more about Maple programming than mathematics, and as such is more suitable for stackexchange.com than math.stackexchange.com in my opinion.
Or, more straightforwardly,