Question: how to compute inverse of matrix over field

Hi, all, I have a question about how to compute inverse of matrix over field. Here field is actually GF(2)={0,1}. The description of MatrixInverse is here: LinearAlgebra[Generic][MatrixInverse] - compute the inverse of a square Matrix MatrixInverse[F](A) Parameters: F: the domain of computation, a field A: rectangular Matrix over values in F How to describe the F here? For example, how to illustrate {0,1} here? Thanks a lot.
Please Wait...