Testing Math Markup
Oct. 4th, 2007 05:04 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
By an Interval we mean a closed bounded set of “real” numbers
[a, b] = { x : a ≤ x ≤ b }.
We can also regard an interval as a number represented by the ordered pair of its enpoints a and b; just as we represent a rational number, a⁄b, by an ordered pair of integers. Thus, intervals have a dual nature, as we shall see, representing a set of real numbers by a new kind of number.
Intervals are denoted by capital letters. Furthurmore if X is an interval, its endpoints are denoted by X and X. Thus, X = [X, X].
An n-dimensional interval vector is an ordered n-tuple of intervals (X1, X2, · · ·, Xn). Interval vectors are also denoted by capital letters. If X is a two-dimensional interval vector, then X = (X1, X2), so X1 = [X1, X1] and X2 = [X2, X2]. Math::Interval
does not distinguish between the degenerate interval [a, a] and the real number, a.