MultiSet/Members
return the elements of a MultiSet
Calling Sequence
Parameters
Description
Examples
Compatibility
Members( M )
Elements( M )
M
-
MultiSet; a MultiSet
Members( M ) returns the members of the MultiSet M as a Maple set.
Elements is a synonym for Members with respect to MultiSets.
M≔MultiSet⁡a=2,b=5
M≔a,2,b,5
Members⁡M
a,b
The MultiSet/Members command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
MultiSet
MultiSet/Entries
MultiSet/member
Download Help Document