next up previous contents index
Next: Points, Euclidean vectors Up: Linear Algebra Previous: Angles

     
Intervals

An interval is represented by a list (a b) representing the set {x: a<= x <=b}. Two functions are provided to manipulate intervals
(in-interval? x interval x-min x-max)
(interval-intersect interval1 interval2 x-min-1 x-max-1 x-min-2 x-max-2)



Emilio Remolina
2000-10-04