tkluck / GaloisFields.jl

Finite fields for Julia
Other
47 stars 6 forks source link

construct extension fields: check that minimum polynomial is irreducible #10

Open tkluck opened 4 years ago

tkluck commented 4 years ago

As posted by @kirtsar in #8:

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