|
|
||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| Interval[{min,max}] | the interval from min to max |
| Interval[{min1,max1},{min2,max2},...] | |
| the union of intervals from min1 to max1, min2 to max2, ... | |
Representations of real intervals.
|
|
|
Abs folds the intervals back together again.
|
|
|
| IntervalUnion[interval1,interval2,...] | |
| find the union of several intervals | |
| IntervalIntersection[interval1,interval2,...] | |
| find the intersection of several intervals | |
| IntervalMemberQ[interval,x] | test whether the point x lies within an interval |
| IntervalMemberQ[interval1,interval2] | |
| test whether interval2 lies completely within interval1 | |
|
|
|
|
|
|
|
|
| © 2008 Wolfram Research, Inc. |