retagged by
634 views
0 votes
0 votes

Let $A=\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}, B=\begin{bmatrix} 1 & 4 & 7 \\ 2 & 5 & 8 \\ 3 & 6 & 9 \end{bmatrix}, C=\begin{bmatrix} 4 & 5 & 6 \\ 1 & 2 & 3 \\ 7 & 8 & 9 \end{bmatrix}$ and $D=\begin{bmatrix} -1 & 2 & 3 \\ 4 & -5 & 6 \\ 7 & 8 & -9 \end{bmatrix}$.

Which of the following statements are true?

  1. $|A|=|B|$
  2. $|C|=|D|$
  3. $|B|=-|C|$
  4. $|A|=-|D|$
retagged by

3 Answers

0 votes
0 votes
|A| = |B| = |C| = 0 != |D|

 

Ans. A
0 votes
0 votes
As we know the property of determinant, $|A^T|=|A|$.

$|B|$ is the transpose of $|A|$

$\therefore |B|=|A^T|$

in the same way, if two rows(or columns ) of a determinant are interchanged, the sign of the value of the determinant is also changed.

Form $[A]$ if we interchange $R_1.R_2$ we get $[C]$

$\therefore |A|=|B|=|C|=0,|D|\neq0$
0 votes
0 votes

Matrix B is the transpose of matrix A.

Therefore, by determinant properties, |B| = |A| (as |A| = |A’|).

Interchanging rows R1 and R2 in |C| we get -|A| (again det properties, when we interchange rows or columns, det changes sign but value is same).

Therefore,  |C| = -|A| => |C| = -|B|

Hence both options a and c are correct.

Related questions

2 votes
2 votes
1 answer
1
soujanyareddy13 asked Jan 29, 2021
467 views
If $P$ is an invertible matrix and $A=PBP^{-1},$ then which of the following statements are necessarily true?$B=P^{-1}AP$$|A|=|B|$$A$ is invertible if and only if $B$ is ...
2 votes
2 votes
2 answers
2
soujanyareddy13 asked Jan 29, 2021
403 views
Let $x=\begin{bmatrix} 3& 1 & 2 \end{bmatrix}$. Which of the following statements are true?$x^Tx$ is a $3\times 3$ matrix$xx^T$ is a $3\times 3$ matrix$xx^T$ is a $1\time...