| Bernadette . PERRIN-RIOU on Sun, 29 Dec 2002 17:49:33 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| listput |
I have a stupid problem with listput. The result does not seem to be a list,
and so I can't do it again. I make a syntax mistake ?
Thanks !
Bernadette
GP/PARI CALCULATOR Version 2.2.5 (development CHANGES-1.621)
i686 running linux (ix86 kernel) 32-bit version
(readline v4.1 enabled, extended help available)
Copyright (C) 2002 The PARI Group
PARI/GP is free software, covered by the GNU General Public License, and
comes WITHOUT ANY WARRANTY WHATSOEVER.
Type ? for help, \q to quit.
Type ?12 for how to get moral (and possibly technical) support.
realprecision = 28 significant digits
seriesprecision = 16 significant terms
format = g0.28
parisize = 4000000, primelimit = 500000
(17:21) gp > L=listcreate(10)
%1 = List([])
(17:21) gp > L1=listput(L,2)
%2 = 2
(17:21) gp > L2=listput(L1,3)
*** incorrect type in listput.