retagged by
26,499 views
71 71 votes

Consider the following two statements with respect to the matrices $\textit{A}_{m \times n}, \textit{B}_{n \times m}, \textit{C}_{n \times n}$ and $ \textit{D}_{n \times n}.$

Statement $1: tr \text{(AB)} = tr \text{(BA)}$

Statement $2: tr \text{(CD)} = tr \text{(DC)}$

where $tr()$ represents the trace of a matrix. Which one of the following holds?

  1. Statement $1$ is correct and Statement $2$ is wrong.
  2. Statement $1$ is wrong and Statement $2$ is correct.
  3. Both Statement $1$ and Statement $2$ are correct.
  4. Both Statement $1$ and Statement $2$ are wrong.

6 Answers

Best answer
108 108 votes

Answer C

Please check this video: https://www.youtube.com/watch?v=9hz7m6B_LW8&list=PLIPZ2_p3RNHhGLQ1ZT37KLpBMAD90CM4_&index=39

Trace of a matrix and sum of eigen values of matrix are same.

$AB$ and $BA$ has same nonzero eigen values (Proof below) hence their sum of eigen values i.e.  trace should also be same.

 

Proof: Let $\lambda$ be a nonzero eigenvalue of $AB$, and $x$ be the eigenvector of $AB$. We need to find the eigenvalue and eigenvector of $BA$.

\[
ABx = \lambda x \quad \text{(given, where $\lambda \neq 0$)}
\]

Since $\mathbf{\lambda}$ is an eigenvalue of $AB$, it follows that: \( \lambda\quad \text{is an eigenvalue of $BA$}\)

To find the eigenvector of $BA$, we multiply both sides of the equation by matrix \( B \) on the left:
\[
B(ABx) = B(\lambda x)
\]

On the right-hand side, since \( \lambda \) is a scalar, we can pull it outside of the multiplication and we use the associative property of matrix multiplication to group the matrices on the left-hand side::
\[
B(ABx) = \lambda (Bx)
\]

\[
(BA)(Bx) = \lambda (Bx)
\]

\[
BA(Bx) = \lambda (Bx)
\]

Thus, Eigenvector of $BA$ is $Bx$ and Eigenvalue of $BA$ is $\lambda$.

( Nonzero eigenvalues of $AB$ and $BA$ are the same )

Lets take a look at this example:

Given: Order of matrix $A$ is $5 \times 10$ and Order of matrix $B$ is $10 \times 5$

Order of \( AB : 5 \times 5 \quad \rightarrow \quad \text{Eigenvalues of $AB$: } 1, 2, 3, 4, 5 \)

Order of \(BA : 10 \times 10 \quad \rightarrow \quad \text{Eigenvalues of $BA$: } 1, 2, 3, 4, 5, 0, 0, 0, 0, 0\)

 

 

edited by
19 19 votes

Statement -1 is evident from the definition of matrix product 

{\displaystyle \operatorname {tr} (\mathbf {A} \mathbf {B} )=\sum _{i=1}^{m}\left(\mathbf {A} \mathbf {B} \right)_{ii}=\sum _{i=1}^{m}\sum _{j=1}^{n}a_{ij}b_{ji}=\sum _{j=1}^{n}\sum _{i=1}^{m}b_{ji}a_{ij}=\sum _{j=1}^{n}\left(\mathbf {B} \mathbf {A} \right)_{jj}=\operatorname {tr} (\mathbf {B} \mathbf {A} ).}

 

Statement-2 follows from statement-1, just that now both are square matrices

 

So, both are TRUE 

option C

0 0 votes

Statement 1: $\operatorname{tr}(A B)=\operatorname{tr}(B A)$

Trace: sum of eigen value

$$

A_{m \times n} \&B_{n \times m}=A B_{m \times m}

$$

$$B_{n \times m} \& A_{m \times n}=B A_{n \times n}$$

So, whatever size of matrix $A B$ and $B A$.

$\Rightarrow$ Non-zero eigen value of $A B \& B A$ are same and other eigen value are zero.

example:

suppose. $A B_{4 \times 4}$ has 4 eigen value

$$

\left(\lambda_1=2, \lambda_2=1, \lambda_3=7, \lambda_4=8\right)

$$

and $\mathrm{BA}_{7 \times 7}$ has 7 eigen value

$\Rightarrow$ out of 7,4 eigen value of $B A$ must same cs $A B$. and rest are zero.

$$

\begin{aligned}

& \left.\lambda_1=2\right] \operatorname{}\;\;\;\;\; \lambda_5=0 \\

& \left.\begin{array}{l}

\lambda_2=1 \\

\lambda_3=7

\end{array}\right\} \begin{array}{ll}

\text { } & \lambda_6=0 \\

& \lambda_7=0

\end{array} \\

& \lambda_4=8 \\

&

\end{aligned}

$$

Statement 2: $\operatorname{tr}(C D)=\operatorname{tr}(D C)$

it's very easy Both matrices have the same non-zero eigenvalues and their sum is also the same.

Both statements are true.

option C Correct 

edited by
0 0 votes
  • The product  is an (m×n)×(n×m)=m×m is a square matrix.
  • The product is an (n×m)×(m×n)=n×n is a square matrix.
  • tr⁡(AB)=tr⁡(BA) is correct
  • tr⁡(CD)=tr⁡(DC) is correct
  • Both statements are Correct
     
0 0 votes
Answer: C

$$\text{AB and BA share non-zero eigenvalues.}$$

$$\text{Non-zero eigenvalues of AB = Non-zero eigenvalues of BA}$$

$$\text{tr(AB) = Sum of eigenvalues of AB = Sum of non-zero eigenvalues of AB (0 eigen values do not change the sum)}$$

$$\text{= Sum of non-zero eigenvalues of BA = tr(BA)}$$

$$\text{Same is true for CD and DC.}$$

$$\text{Both statements are correct.}$$

Answer:
Position:
Show:

Related questions

50 50 votes
9 answers 9 answers
30.5k
30.5k views
Arjun asked Feb 15, 2022
30,509 views
Consider solving the following system of simultaneous equations using $\text{LU}$ decomposition.$$x_{1} + x_{2} – 2x_{3} = 4$$$$x_{1} + 3x_{2} – x_{3} = 7$$$$2x_{1} + x_{...
87 87 votes
4 answers 4 answers
28.2k
28.2k views
Arjun asked Feb 15, 2022
28,159 views
​​​​​Which of the following is/are the eigenvector(s) for the matrix given below?$$\begin{pmatrix} – 9 & – 6 & – 2 & – 4 \\ – 8 & – 6 & – 3 & – 1 \\ 20 & 15 & 8 & 5 \\ 32...
40 40 votes
2 answers 2 answers
18.4k
18.4k views
Arjun asked Feb 15, 2022
18,376 views
A plot of land must be divided between four families. They want their individual plots to be similar in shape, not necessarily equal in area. The land has equally spaced ...
108 108 votes
4 answers 4 answers
35.2k
35.2k views
Arjun asked Feb 15, 2022
35,208 views
Which one of the following statements is $\text{TRUE}$ for all positive functions $f(n)?$$f(n^{2}) = \theta (f(n)^{2}),$ when $f(n)$ is a polynomial$f(n^{2}) = o (f(n)^{2...