evalrC - evaluate an expression using complex range arithmetic
|
Calling Sequence
|
|
evalrC(expr)
|
|
Description
|
|
•
|
The evalrC function evaluates an expr containing complex intervals written INTERVAL(a, b, c, d) which denote complex values guaranteed to be in the rectangle with corners a+b*i and c+d*i.
|
•
|
Unknown variables are by default assumed to be INTERVAL(-infinity, -infinity, infinity, infinity), i.e. they take on any possible complex value.
|
•
|
The function evalrC can be called with an expr without ranges in it. In this case the decision functions min, max, abs, signum, csgn, Re and Im are evaluated using range arithmetic.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?