User Guide
>
You can select multiple expressions by specifying a range using the range
operator (..).
>
Note: This syntax is valid for most data structures.
Sets
A set is an expression sequence enclosed in curly braces ({ }).
>
A Maple set has the basic properties of a mathematical set.
• Each element is unique. Repeated elements are stored only once.
• The order of elements is not stored.
For example:
>
Using Sets
To perform mathematical set operations, use the set data structure.
>
7.2 Creating and Using Data Structures • 287