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

Online Help

All Products    Maple    MapleSim


convert/relation

convert Complex and Real ranges into relations expressed using =, <=, <, >=, and >

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, relation )

Parameters

expr

-

expression

Description

• 

The convert(expr, relation) function converts Real ranges and Complex ranges found in  into relations using .

  

Note: in Maple, by convention, when you say, for instance, z <= 1, it is implicitly assumed that (z) = 0.

Examples

(1)

(2)

(3)

(4)

(5)

When constructions like z < a or z <= a are around, it is understood that z is real

(6)

(7)

(8)

See Also

assume[parametric]

ComplexRange

convert

FunctionAdvisor

RealRange

relation

 


Download Help Document