convert/relation - convert Complex and Real ranges into relations expressed using =, <=, <, >=, and >
|
Calling Sequence
|
|
convert( expr, relation )
|
|
Description
|
|
|
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) |
|
|
Download Help Document
Was this information helpful?