Next: 2.9.6 Multi-Dimensional Linear Intervals
Up: 2.9 Generalized Interval Arithmetic
Previous: 2.9.4 Constant Intervals
Rather than using linear bounds for the intervals,
quadratic bounds may be used. The quadratic
real interval number system is denoted by
:
Each interval u of is specified
by two quadratic functions, each of which is specified by
three extended real numbers:
Since we require that both the lower and upper bound
be well-defined functions, some possible descriptions
are never valid. An example is the function
,
which is not defined for .
The methods used to implement interval operators will
naturally avoid such descriptions.
Function demotion through and
is more difficult than function demotion through
and .
A later section will describe how function demotion is performed.
Next: 2.9.6 Multi-Dimensional Linear Intervals
Up: 2.9 Generalized Interval Arithmetic
Previous: 2.9.4 Constant Intervals