Hi everybody

I want choose different minimal polynomial to build a Galois Field
2^m, how?

For example: m = 8


sageF.<a>=GF(2^8)
sage:print a.minpoly()
I get ...
x^8 + x^4 + x^3 + x^2 + 1
but I want now other polynomial for example
x^8+x^7+x^4+x^3+x+1
How?

thanks

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to