1,280 views
0 votes
0 votes

The matrix of a relation R: A->A is given by 

                           

                MR =    

Determine R-1  and compliment of R.                             

1 Answer

3 votes
3 votes

Here MR is the matrix representation of the relation R.

Inverse (R-1):-Every relation, however, has an inverse relation,so for any relation R , MR-1 exists Recall that if R is relation on A

R-1 = { (y,x)∈ A $\times$ A:(x,y) ∈ R }

it’s the relation that you get from R by ‘turning all the ordered pairs around’. This operation actually does have an effect on the matrix that is familiar from linear algebra, but it’s not taking the inverse of the matrix.it’s taking the transpose.

We take the transpose of the matrix, since we want the ( i, j ) th entry of the matrix for R -1 to be 1 if and only if the ( j, i ) th entry of the matrix for R is 1.

MR=$\begin{bmatrix} 1 & 0 &0 &1 \\ 1 & 1 & 1 &1 \\ 1 &1 &0 &0 \end{bmatrix}$

MR-1=$\begin{bmatrix} 1 &1 &1 \\ 0& 1&1 \\ 0& 1& 0\\ 0& 1& 0 \end{bmatrix}$

Note :-Here we are finding MR-1 not ( M)-1

Complement ($\bar R$) :- In $\bar R$ If the ijth entry of MR is x, then the ijth entry of M$\bar R$ is (x+1) mod 2.  In other words, every 0 is replaced by 1 and every 1 is replaced by 0.

M$\bar R$ =$\begin{bmatrix} 0 &1 &1 &0 \\ 0& 0 & 0 & 0\\ 0& 0 & 1 &1 \end{bmatrix}$

edited by

Related questions

5 votes
5 votes
2 answers
3
5 votes
5 votes
2 answers
4
makhdoom ghaya asked Dec 19, 2015
692 views
Let $A$ be the $2 \times 2$ matrix $\begin{pmatrix}\sin\frac{\pi}{18}&-\sin \frac{4\pi}{9} \\\sin \frac{4\pi}{9}&\sin \frac {\pi}{18}\end{pmatrix}$. Then the smallest num...