if i defined the following finite field
F=GF(2^15,'x')
then i've generated it's irreducible polynomial
sage: IP=F.polynomial()
sage: IP
x^15 + x^5 + x^4 + x^2 + 1
how can i get the binary representation of this polynomial ?
| 1 | initial version |
if i defined the following finite field
F=GF(2^15,'x')
then i've generated it's irreducible polynomial
sage: IP=F.polynomial()
sage: IP
x^15 + x^5 + x^4 + x^2 + 1
how can i get the binary representation of this polynomial ?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.