PART+, was: Re: [Maxima] Yet another units package
Subject: PART+, was: Re: [Maxima] Yet another units package
From: Wolfgang Jenkner
Date: Tue, 03 May 2005 21:12:03 +0200
Richard Fateman writes:
> A pattern like a+b does NOT try all possible partitions.
> I believe that it picks one item for a. Everything else is grouped as b.
It picks all items matching a (as the example shows). Whoever wrote
this version of PART+, the code is quite clear (I constructed the
example after looking at it) and it leaves no doubt about the intended
behaviour.
Wolfgang