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.
convert⁡x<y2,equality
x=y2
convert⁡x≤sin⁡x,lessthan
x<sin⁡x
convert⁡x=y,lessequal
x≤y
See Also
convert
simplex[equality]
Download Help Document