Let $F$ be a field and define R to be: \begin{bmatrix}a&-b\\b&a\end{bmatrix}
- Show that with the usual matrix addition and multiplication, $R$ is a commutative ring with identity.
- Is $R$ a field if $F =Q,R,Z_5$?
For the first question is all I have to show is the matrix provided can be reduced to the identy matrix. So for example \begin{bmatrix}a&-b\\b&a\end{bmatrix}+\begin{bmatrix}-a+1&b\\-b&1a+1\end{bmatrix}=\begin{bmatrix}1&0\\0&1\end{bmatrix} and the inverse of this matrix is \begin{bmatrix}a/(b^2+a^2)&b/(b^2+a^2)\\-b/(b^2+a^2)&a/(b^2+a^2)\end{bmatrix} which by mutilpication of the orginal matrix gives us the identy matrix. So this matrix is a commutative ring...
I'm new to ring theory so I am not sure how to approach this second question. I know to be a field you have to be an abelian group which I am not sure how to check with matricies...