
I have to find the inverse matrix of this matrix that represents a relation. My question is, is it possible to use elementary row operations on a one-zero matrix to find the inverse? I've done it several times already, and I doesn't seem to work for me.
I have another question, regarding this same matrix. Instead of finding $R^-1$, I have to find $R^2$ I am not certain on how to square a relation. I already tried re-reading my textbook, but I didn't really find anything useful on that matter. Could someone please help?
Thank you!
Suppose we have a relation $R$ on $\{1,2\}$, such that we have $1R1$, $1R2$, but not $2R1$ nor $2R2$. In another words, we have $R=\{(1,1),(1,2)\}$. We can represent this relation as a matrix $M_R$ as
For the inverse of this relation $R$, namely $R^{-1}$, we have $1R^{-1}1$ and $2R^{-1}1$, since $xRy$ if and only if $yR^{-1}x$. That is, $R^{-1}=\{(1,1),(2,1)\}$. The matrix representation of $R^{-1}$ would then be
Note that $M_R$ and $M_{R^{-1}}$ are not matrix inverse of each other in the matrix multiplicaitve sense. That is, you are not actually looking for a matrix $M_{R^{-1}}$ such that $M_{R^{-1}} M_R =I$. (In general, such a matrix describing a relation need not be invertible at all!) So row reduction is out of the table. But curiously, they are indeed related by another familiar matrix operation.
To give you a hint, often binary inverse relations are called transpose relations.
(By the way, do you know how these matrix representations of relations are constructed?)