equality - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/equality

convert relations to equalities

convert/lessthan

converts relations to `<` form

convert/lessequal

converts relations to `<=` form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(relation, equality)

convert(relation, lessthan)

convert(relation, lessequal)

Parameters

relation

-

relation

Description

• 

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.

Examples

convertx<y2&comma;equality

x=y2

(1)

convertxsinx&comma;lessthan

x<sinx

(2)

convertx=y&comma;lessequal

xy

(3)

See Also

convert

simplex[equality]