First time here? Check out the FAQ!
asked 2011-01-23 02:10:25 +0100
Hello,
solve(ax+b==cx+d,a,b)
Output: ([a == (c*x - b + d)/x], [1])
I need: [a==c, b==d] for all x.
Thanks!