Members - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


MultiSet/Members

return the elements of a MultiSet

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Members( M )

Elements( M )

Parameters

M

-

MultiSet; a MultiSet

Description

• 

Members( M ) returns the members of the MultiSet M as a Maple set.

• 

Elements is a synonym for Members with respect to MultiSets.

Examples

MMultiSeta=2,b=5

Ma,2,b,5

(1)

MembersM

a,b

(2)

Compatibility

• 

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