To use pop or push, manually load the basic package--that is load('basic) .
--Barton
-----maxima-bounces at math.utexas.edu wrote: -----
To: Maxima <maxima at math.utexas.edu>
From: Jaime Villate
Sent by: maxima-bounces at math.utexas.edu
Date: 11/10/2011 04:26PM
Subject: pop and push?
Hi,
while updating the manual section on Lists, I noticed that the pop() and
push() functions described in the manual do not seem to make part of
core Maxima anymore:
?? ?(%i2) pop([1,2,3]);
?? ?(%o2) pop([1,2,3])
?? ?(%i3) push(0, [1,2,3]);
?? ?(%o3) push(0, [1,2,3])
have they been moved to some additional package, or were they removed?
Cheers,
Jaime
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima