How to find the order of F_2/N when N is a polynomial    
   N is a high-degree polynomial.
Asked: 2024-04-02 03:37:37 +0100
Seen: 272 times
Last updated: Apr 02 '24
 
                
                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.
            
If I read your question correctly, then for an irreducible over GF(2) polynomial $N$, the order is simply $2^{\mathrm{deg}(N)}$.
Thank you for answering. How to calculate order if N is reducible?