Let A be the GF(2)-matrix
<br />
\left(<br />
\begin{array}{cc}<br />
0 & 1 \\<br />
1 & 1 <br />
\end{array}<br />
\right)
Then A^2 + A + I = 0, and the ring GF(2)[A] -- the subring of the ring of matrices that is generated by A -- is a finite field with the 4 elements 0, I, A, A^2 (= I + A).
Furthermore, GF(2)[A] is a vector space over GF(2). Construct an isomorphism of GF(2)[A] with GF(2)^2 by selecting the basis (I, A). Note that the "multiplication by A" is a GF(2)-linear transformation of GF(2)[A], and so it has a coordinate representation as a 2x2 matrix. In this example, it miraculously turns out that that matrix is A. (Actually, I selected A specifically so that would happen in this basis)
Is that the part you wanted elaborated? Or is it something else?