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

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

> 

convert⁡x<y2&comma;equality

x=y2

(1)
> 

convert⁡x≤sin⁡x&comma;lessthan

x<sin⁡x

(2)
> 

convert⁡x=y&comma;lessequal

x≤y

(3)

See Also

convert

simplex[equality]