in Linear Algebra recategorized by
574 views
2 votes
2 votes

Let $$ A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 2  \\ 1 & 2 & 3 \end{pmatrix} \text{ and } B=\begin{pmatrix} 1 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 1 & 1 \end{pmatrix}.$$ Then

  1. there exists a matrix $C$ such that $A=BC=CB$
  2. there is no matrix $C$ such that $A=BC$
  3. there exists a matrix $C$ such that $A=BC$, but $A \neq CB$
  4. there is no matrix $C$ such that $A=CB$
in Linear Algebra recategorized by
by
574 views

2 Comments

Is the answer (C)?
0
0
The ans is C
0
0

1 Answer

0 votes
0 votes

Determinant of B is |B|=1.

Let $I$ be identity matrix.

1- Consider $A =CB$

$A$*$B^{-1}$=$C*B*B^{-1}$

$A*B^{-1}=C*I$          ($\because$ product of a matrix and it's inverse is identity matrix)

$\therefore C= A*B^{-1}$

since determinant of B is non zero,$B^{-1}$ exists.

Therefore, $A*B^{-1}$ exists.So we can say that there is a matrix C such that $A= CB$

2-

$A=BC$

$B^{-1}*A=B^{-1}*B*C$

$B^{-1}*A=I*C$      ($\because$ product of a matrix and it's inverse is identity matrix)

$C=B^{-1}*A$

since determinant of B is non zero,$B^{-1}$ exists.

Therefore, $B^{-1}*A$ exists.So we can say that there is a matrix C such that $A= BC$.

Therefore option A is true.

1 comment

$AB^{-1} \neq B^{-1}A$ , So C in both case will be different. thus option C is correct
4
4

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true