GaloisFields.jl icon indicating copy to clipboard operation
GaloisFields.jl copied to clipboard

construct extension fields: check that minimum polynomial is irreducible

Open tkluck opened this issue 6 years ago • 0 comments

As posted by @kirtsar in #8:

F2 = @GaloisField 2
F4 = @GaloisField! F2 x^2
@show x^(-1)

tkluck avatar Jan 18 '20 10:01 tkluck