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!
| 1 | initial version |
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!
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.