Skip to content

DivideSides

Divide both sides of an equation by an expression.

$ wo 'DivideSides[2x == 6, 2]'
x == 3

With one argument, both sides are divided by the right-hand side.

$ wo 'DivideSides[2x == 6]'
x/3 == 1