| Michael Somos on Thu, 17 Oct 2002 21:38:13 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| gp: algdep() feature? |
pari-dev,
I just tried the following and it does not make much sense :
? algdep(.1^5,1,11)
%1 = 100000*x - 1
? algdep(.1^5,1,10)
%2 = 1
? \v
GP/PARI CALCULATOR Version 2.2.5 (development CHANGES-1.554)
UltraSparc (MicroSparc kernel) 32-bit version -- debugging
(readline v2.2 enabled, extended help not available)
Is this the expected behavior? I understand %1 but not %2. Shalom, Michael