When I try to use MuPad's linear algebra operations over a finite field, I receive the error 'An arithmetical expression is expected.' How should I go about doing this?
w := Dom::GaloisField(2, 2)(X1)
wbar := Dom::GaloisField(2, 2)(X1 + 1)
H := matrix([[0, 1, 1, 1, w, w], [0, w, 0, wbar, w, wbar], [1, 1, 1, 1, 1, 1]])
linalg::gaussJordan(H)
MuPad provides a separate function to create a matrix over a finite field. Use: