evaluation or simplification ?



On Tue, Dec 16, 2008 at 12:39 PM, van Nek <van.nek at arcor.de> wrote:

> is this evaluation or simplification ? Can someone please explain the notation?

Another way to look at this:

'([3, 4]*p + [1, 2]), listarith=true;
 => [3 p + 1, 4 p + 2]

Must be a simplification since the quote suppresses evaluation.

HTH

Robert Dodier