factor ran out of primes



Hi Barton,

>>>>> "Barton" == Barton Willis <willisb at unk.edu> writes:

    Barton> (%i5) algsys([product(x-i,i,1,75)],[x]);
    Barton> Factor ran out of primes.

    Barton> Does an option variable control the number of primes? Is the default too
    Barton> small?

In factor.lisp there is a definition of smallprimes which
comprises the primes below  62. If  instead we use *small-primes*
(defined in  ifactor.lisp an comprising the primes below 10000)
this problem goes away.

I think this would be a rather unproblematic change. 
Any other opinions?

'Andreas

-- 
ceterum censeo redmondinem esse delendam.