Newbie question: Howto remove only first element from a list
Subject: Newbie question: Howto remove only first element from a list
From: Alexey Beshenov
Date: Fri, 25 Apr 2008 17:20:19 +0400
On Friday 25 April 2008 18:10, andre maute wrote:
> What is the command to remove only the first element from a list?
>
> (%i2) a : [1,2,3,4,1];
> (%o2) [1,2,3,4,1]
> (%i3) delete(1,a);
> (%o3) [2,3,4]
rest(a)
--
Alexey Beshenov <al at beshenov.ru>
http://beshenov.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.math.utexas.edu/pipermail/maxima/attachments/20080425/4e896d81/attachment.pgp