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

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

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /