convert/equality
convert relations to equalities
convert/lessthan
converts relations to `<` form
convert/lessequal
converts relations to `<=` form
Calling Sequence
Parameters
Description
Examples
convert(relation, equality)
convert(relation, lessthan)
convert(relation, lessequal)
relation
-
The convert/equality function converts a relation to an equality, by replacing the relation with .
The convert/lessthan function replaces the relation with and the convert/lessequal function replaces the relation with .
Note that the inequalities and are automatically converted to and by Maple.
See Also
convert
simplex[equality]
Download Help Document