convert/relation
convert Complex and Real ranges into relations expressed using =, <=, <, >=, and >
Calling Sequence
Parameters
Description
Examples
convert( expr, relation )
expr
-
expression
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.
When constructions like z < a or z <= a are around, it is understood that z is real
See Also
assume[parametric]
ComplexRange
convert
FunctionAdvisor
RealRange
relation
Download Help Document