A inconsistency with maplist (or with my understanding of maplist).
Subject: A inconsistency with maplist (or with my understanding of maplist).
From: Robert Dodier
Date: Fri, 12 Jul 2013 19:28:25 +0000 (UTC)
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