edited by
561 views
0 votes
0 votes
$R$ and $S$ are two relations on a set $A$

$$\begin{align*} M_R = \begin{bmatrix} 1 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \\ \end{bmatrix} \qquad M_S = \begin{bmatrix} 0 & 1 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 0 \\ \end{bmatrix} \end{align*}$$

Then matrices for $R \cap S$ and $R \cup S$ ?
edited by

1 Answer

Best answer
4 votes
4 votes
Union of matrix is boolean OR and intersection of matrix is boolean AND.

$M_{R} \cup M_{S}= \begin{bmatrix} 1 &1 &1 \\ 1 & 1& 0\\ 1 & 1 & 0 \end{bmatrix}

 

M_{R}\cap M_{S}=\begin{bmatrix} 0&0 & 1\\ 0 & 0 &0 \\ 0 &1 &0 \end{bmatrix}$
selected by

Related questions

0 votes
0 votes
0 answers
1
Markzuck asked Jan 10, 2019
3,175 views
How to take composition of a Relation? here used concept of function but when to go with the transitivity rule concept as mentioned below?Please clarify in general when t...
0 votes
0 votes
0 answers
2
Yamini_learner asked Sep 26, 2022
309 views
Let R be a relation.Why $R^2 oR^2 !=R^4$ while $R^3 oR =R^4$?Please explain.
0 votes
0 votes
1 answer
4
Vikas123 asked Jan 7, 2019
687 views
Can anyone help …. where I am wrong…??