I think these 3 functions are the same. >From HOAGG, parts and members have the same documentation: "returns a list of the consecutive elements of u." "consecutive" doesn't imply "order".
>From IXAGG, entries "returns a list of all the entries of aggregate u in no assumed order." So all of them return a list in no assumed order. Starting with LinearAggregate, it's possible to have a function that returns its entries in its index order. I propose to have one function from HOAGG that returns a list in no assumed order, and another function from LinearAggregate that returns a list in its index (Integer) order. What are the appropriate names for these 2 functions? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
