A inconsistency with maplist (or with my understanding of maplist).



On 2013-07-09, Mark Skilbeck <m at iammark.us> wrote:

> termsof(exp):=if not atom(exp) and op(exp)="+" then args(exp) else [exp];

Without trying it, looks to me like it will work as expected to extract
terms from a "+" expression. But I wonder what the larger goal is here
 -- if you want to rework "+" expressions somehow, there are other ways
(collectively called "simplification" in Maxima) to achieve that.

best

Robert Dodier