You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F2 =@GaloisField2
F4 =@GaloisField! F2 x^2+ x +1# t^3 + x is irreducible over F4@GaloisField! F4 t^3- x
# ERROR: LoadError: Polynomials must have same variable# However, the straight construction works well:
F64 =GaloisField(F4, :t=> [1, 0, 0, x])
The text was updated successfully, but these errors were encountered:
As requested by @kirtsar in #8:
The text was updated successfully, but these errors were encountered: