DivideSides
DivideSides(compare-expr, value)
divides all elements of the
compare-expr
byvalue
.compare-expr
can beTrue
,False
or a comparison expression with headEqual, Unequal, Less, LessEqual, Greater, GreaterEqual
.
Examples
>> DivideSides(a==a, x)True
>> DivideSides(a==b, x)a/x==b/x
Implementation status
- ✅ - full supported