[Maxima] Newbie question: Howto remove only first element from a list
andre maute
andre.maute at gmx.de
Fri Apr 25 09:10:39 CDT 2008
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]
Regards
Andre
More information about the Maxima
mailing list