[sage-support] Problem in new Sage version

2018-07-06 Thread chandra chowdhury
Initial version of Sage this worked perfectly *V=BooleanPolynomialRing(GF(2),49,['x%d'%(i) for i in range(1,49)]+['Z'])* But now I am getting error. My version is 7.4 Error is as follows: Traceback (click to the left of this block for traceback) ... TypeError: 'FiniteField_prime_modn_with_categ

[sage-support] Re: Problem in new Sage version

2018-07-06 Thread Kwankyu
What is your point? Remove GF(2) as this is over GF(2) by default. On Saturday, July 7, 2018 at 2:00:34 PM UTC+9, chandra chowdhury wrote: > > Initial version of Sage this worked perfectly > > *V=BooleanPolynomialRing(GF(2),49,['x%d'%(i) for i in range(1,49)]+['Z'])* > > But now I am getting error