Karim BELABAS on Tue, 23 Feb 1999 16:07:19 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PATCH] Do not create new variables if not needed |
[Ilya:] > Btw, when doing this I thought that PARI has something like > evalstring(STRING), so that > > evalstring(xx""n) > > would give you a (maybe new) variable xx4. Why there is no such thing? > > vector(25,X,evalstring(xx""X)) There is: vector(25,X, eval( Str(xx""X) )) > Another btw: what happened to the limit on the number of user variables? Is > it lifted now? No. The limit should be big enough though (MAXVARN, at least 16383 different names). Karim. -- Karim Belabas email: Karim.Belabas@math.u-psud.fr Dep. de Mathematiques, Bat. 425 Universite Paris-Sud Tel: (00 33) 1 69 15 57 48 F-91405 Orsay (France) Fax: (00 33) 1 69 15 60 19 -- PARI/GP Home Page: http://hasse.mathematik.tu-muenchen.de/ntsw/pari/