What is wrong with this rule?



Yes! It works now. But couldn't understand why this happened and only for
the product of higher orders.
Thanks a lot 
Dileep

-----Original Message-----
From: Robert Dodier [mailto:robert.dodier at gmail.com] 
Sent: Wednesday, February 08, 2006 1:53 AM
To: Dileep
Cc: maxima at math.utexas.edu
Subject: Re: [Maxima] What is wrong with this rule?

hi dileep,

instead of apply(apply1,[eq1,r1]);
try writing apply (apply1, ['eq1, r1]);
(i.e. put a single quote mark ' before eq1)

does it now yield the same as apply1(eq1,r1); ??

hth
robert dodier