Factoring Polynomial in Finite field
how to factor x^m+a*x+1 this polynomial in F2^(2m) with m,a unknown,can I use the factor function in sagemath? If not ,how can I solve this problem?
how to factor x^m+a*x+1 this polynomial in F2^(2m) with m,a unknown,can I use the factor function in sagemath? If not ,how can I solve this problem?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-10-18 09:20:27 +0100
Seen: 164 times
Last updated: Oct 18 '22
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.
It seems it's
a*xand nota^x.Thx for correction. I don't think Sage is capable of factoring polynomials of varying degree. But you can have a function that will factor such polynomial for any given values of
aandm.