Solution to Use Mathematical Induction to show that if MR is the bit matrix representing the relation … - Sikademy
Author Image

Archangel Macsika

Use Mathematical Induction to show that if MR is the bit matrix representing the relation R, then M^[n]R is the matrix representing R^n. (This was how the question was stated. If you're confused about the terms M^[n]R and R^n, they aren't exponentials, the [n] in the first term is meant to be a superscript and the R a subscript. The n in the second term is a superscript.)

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

If R is a binary relation on a finite set A , that is R ⊆ A×A, then R can be represented by the logical matrix M_R whose row and column indices index the elements of A such that the entries of M_R are defined by:


{\displaystyle m_{i,j}={\begin{cases}1&(x_{i},y_{j})\in R\\0&(x_{i},y_{j})\not \in R\end{cases}}}


Since R be a symmetric relation on a finite set A(x,y)\in R implies (y,x)\in R, and therefore m_{i,j}=1 if and only if m_{j,i}=1. It follows that M_R is necessarily a symmetric matrix.


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-3530-qpid-2229