Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

binary value of an irreducible polynomial

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 ?