> 
> I think these 3 functions are the same.

(1) -> s := multiset [1, 2, 3, 2, 3, 3, 3]

   (1)  {1,2: 2,4: 3}
                                              Type: Multiset(PositiveInteger)
(2) -> parts(s)

   (2)  [1,2,2,3,3,3,3]
                                                  Type: List(PositiveInteger)
(3) -> members(s) 

   (3)  [3,2,1]
                                                  Type: List(PositiveInteger)

so parts and members definitely are different.  entries are
defined for streams while parts and members do not work
on streams.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to