Bill Allombert on Sat, 21 Jan 2017 12:34:56 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: your mail |
On Sat, Jan 21, 2017 at 09:27:00AM +0330, Benyamin Gholami wrote: > Hi! > when i enter the code "primes(N)" for firs N primes the pari don't accept > for N>199991 and send error " set parisizemax to a non zero value" > how can i enlarge the computations?and by the way i want to know the > estimated time code for factoring a prime. This is not an error, this is a suggestion. To set parisizemax, do default(parisizemax,"1G") (1G for one gigabyte). You should really read the tutorial <http://pari.math.u-bordeaux.fr/pub/pari/manuals/2.9.0/tutorial.pdf> which answers your questions. Cheers, Bill. PS: please set a proper subject line, otherwise your posts might end up in the spam folder.