edited by
3,338 views
9 votes
9 votes

$A$ is $n \times n$ square matrix for which the entries in every row sum to $1$. Consider the following statements:

  1. The column vector $[1,1,\ldots,1]^T$ is an eigen vector of $A.$
  2. $ \text{det}(A-I) = 0.$
  3. $\text{det}(A) = 0.$

Which of the above statements must be TRUE?

  1. Only $(i)$
  2. Only $(ii)$
  3. Only $(i)$ and $(ii)$
  4. Only $(i)$ and $(iii)$
  5. $(i),(ii) \text{ and }(iii)$
edited by

2 Answers

Best answer
11 votes
11 votes
$(iii)$ is clealy $\text{incorrect}$. Example :$\begin{bmatrix} 1 &0 &0 \\ 0&0 &1 \\ 0&1 &0 \end{bmatrix}$

Determinant of this matrix is $-1$

Let the matrix $A=$ $\begin{bmatrix} x_{11} &x_{12} &x_{13} &\ldots \\ x_{21} &x_{22} &x_{23} &\ldots \\ x_{31} &x_{32} &x_{33} &\ldots \\ \ldots &\ldots &\ldots &\ldots \\ \end{bmatrix}$ of order $n*n$

$\sum_{j=1}^{n}x_{ij}=1\,\,\forall\,\,i=1,\ldots,n$

We know, $Av = \lambda v$, where $\lambda$ are the eigenvalues and $v$ is the eigenvector

As,  $Av=v$

$\begin{bmatrix} x_{11} &x_{12} &x_{13} &\ldots \\ x_{21} &x_{22} &x_{23} &\ldots \\ x_{31} &x_{32} &x_{33} &\ldots \\ \ldots &\ldots &\ldots &\ldots \\ \end{bmatrix} \begin{bmatrix} 1\\ 1\\ 1\\ ...\\ \end{bmatrix} = \begin{bmatrix} x_{11}+x_{12}+x_{13}+\ldots\\ x_{21}+x_{22}+x_{23}+\ldots\\ x_{31}+x_{32}+x_{33}+\ldots\\ x_{41}+x_{42}+x_{43}+\ldots\\ \end{bmatrix}=\begin{bmatrix} 1\\ 1\\ 1\\ \ldots \\ \end{bmatrix}=v$

$v$ is an eigen vector and eigen value is $1$

So, $(i)$ is $correct$

$A\,-\,\lambda I = \begin{bmatrix} x_{11}-1 &x_{12} &x_{13} &\ldots \\ x_{21} &x_{22}-1 &x_{23} &\ldots \\ x_{31} &x_{32} &x_{33}-1 &\ldots \\ \ldots &\ldots &\ldots &\ldots \\ \end{bmatrix}$

Now, $\sum_{j=1}^{n}x_{ij}=0\,\,\forall\,\,i=1,\ldots,n$

Applying Matrix transformation,

$C_{1} \leftarrow\sum_{j=1}^{n}C_{j}$

The matrix now becomes = $ \begin{bmatrix} 0 &x_{12} &x_{13} &\ldots \\ 0 &x_{22}-1 &x_{23} &\ldots \\ 0 &x_{32} &x_{33}-1 &\ldots \\ \ldots &\ldots &\ldots &\ldots \\ \end{bmatrix}$

As $C_{1}$ is completely 0 , so $|A-\lambda I|=0$

$(ii)$ is $correct$

So, option (C).
selected by
0 votes
0 votes

Summation of all rows is $1$ implies

$AX=B$, where $A$ is given matrix and $B = [1,1,1,...]^T$. 

  1. Putting $X=[1,1,1...]$ follows $AX=1.X$ implies $X$ is eigen vector with eigen value $(\lambda)$= $1$.
  2. $|A-\lambda{I}|X = 0$ with $X \neq 0$ implies $|A-\lambda{I}|$ is singular.
  3. $I_{2x2}$ is one of the counterexample. i.e, nothing can be said about $A$. It can either be singular or non singular.
Answer:

Related questions

1.4k
views
1 answers
2 votes
admin asked Feb 10, 2020
1,442 views
Let $M$ be a real $n\times n$ matrix such that for$ every$ non-zero vector $x\in \mathbb{R}^{n},$ we have $x^{T}M x 0.$ ThenSuch an $M$ cannot existSuch $Ms$ exist and th...
3.6k
views
6 answers
8 votes
Arjun asked Dec 18, 2018
3,570 views
Let $X$ be a set with $n$ elements. How many subsets of $X$ have odd cardinality?$n$ $2^n$$2^{n/2}$$2^{n-1}$Can not be determined w...
1.8k
views
1 answers
7 votes
Arjun asked Dec 18, 2018
1,828 views
What is the probability that a point $P=(\alpha,\beta)$ picked uniformly at random from the disk $x^2 +y^2 \leq 1$ satisfies $\alpha + \beta \leq 1$?$\frac{1}{\pi}$$\frac...
1.7k
views
1 answers
3 votes
Arjun asked Dec 18, 2018
1,704 views
Let $f$ be a function with both input and output in the set $\{0,1,2, \dots ,9\}$, and let the function $g$ be defined as $g(x) = f(9-x)$. The function $f$ is non-decreas...