evalrC
evaluate an expression using complex range arithmetic
Calling Sequence
Parameters
Description
Examples
evalrC(expr)
expr
-
any expression
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.
evalrC⁡π
INTERVAL⁡3.141592653,0,3.141592654,0
evalrC⁡arccos⁡exp⁡10+9⁢x5+5⁢x3+29
INTERVAL⁡29,−∞,32.14159266,∞
evalrC⁡ln⁡12⁢arctan⁡arccosh⁡4−2⁢x2−8⁢x+6−37
INTERVAL⁡2.396833377,−0.04793705575,2.508838572,0.04793705575
evalrC⁡abs⁡116−56⁢abs⁡4+10⁢x⁢14+ln⁡5657+5⁢x+53⁢1+9⁢x3⁢−16+cosh⁡63−12⁢exp⁡ln⁡x⁢x+717
INTERVAL⁡717,0,∞,0
See Also
abs
csgn
evalr
Im
max
min
Re
signum
Download Help Document