Factoring Polynomial in Finite field

asked 2 years ago

Yi gravatar image

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?

Preview: (hide)

Comments

It seems it's a*x and not a^x.

slelievre gravatar imageslelievre ( 2 years ago )

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 a and m.

Max Alekseyev gravatar imageMax Alekseyev ( 2 years ago )