Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solve for all values of a variable

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!