First time here? Check out the FAQ!
asked 4 years ago
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 ?