Re: [sage-support] Can't evaluate a polynomial on a finite field if representation is not poly

2014-05-21 Thread Martin Albrecht
Looks like a bug, can you open a ticket? On Monday 19 May 2014 19:13:55 Grégory Landais wrote: Hello, evaluating a polynomial on a finite field does not work if the finite field was created with a 'repr' argument in the constructor different than the default one (poly). Curently using

[sage-support] Can't evaluate a polynomial on a finite field if representation is not poly

2014-05-20 Thread Grégory Landais
Hello, evaluating a polynomial on a finite field does not work if the finite field was created with a 'repr' argument in the constructor different than the default one (poly). Curently using sage 6.1.1 on ubuntu 12.04 but same behaviour in 6.2. Here is the code that works : sage: F.a=GF(2**8)