3,960 views
14 votes
14 votes
Let $A = \begin{bmatrix} a_{11} && a_{12} \\ a_{21} && a_{22} \end{bmatrix} \text { and } B = \begin{bmatrix} b_{11} && b_{12} \\ b_{21} && b_{22} \end{bmatrix}$ be two matrices such that $AB=I$. Let $C = A \begin{bmatrix} 1 && 0 \\ 1 && 1 \end{bmatrix}$ and $CD =I$. Express the elements of $D$ in terms of the elements of $B$.

4 Answers

Best answer
38 votes
38 votes

$AB = I$, B is equal to the inverse of $A$ and vice versa.

So, $B= A^{-1}$

Now $CD =I$, $C$ is equal to the inverse of $D$ and vice versa.

So, $D =C^{-1}$ ​​​​​​

​$=\left(A.\begin{bmatrix} 1& 0 \\ 1&1 \end{bmatrix}\right)^{-1}$

Remark: $(AB)^{-1} = B^{-1}A^{-1} $

​$=\begin{bmatrix} 1& 0 \\ 1&1 \end{bmatrix}^{-1}.A^{-1}$

​$=\begin{bmatrix} 1& 0 \\ {-1}&1 \end{bmatrix}.B$

 ​$=\begin{bmatrix} b_{11}& b_{12} \\ b_{21}-b_{11}&b_{22}-b_{12} \end{bmatrix}$

edited by
2 votes
2 votes

AB=CD

let x=[ 1  0 ]    

         [ 1  1]

AB=AXD

D=inv(X) *B

ANS IS          [b11                b12  ]

                     [ b21-b11   b22-b12  ]

2 votes
2 votes
Suppose D = $\begin{bmatrix} d_{11} & d_{12} \\ d_{21} & d_{22} \end{bmatrix}$

Now, CD = AB  where C= A$\begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$

so,  A$\begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$ = AB  [here A will be cancel out because on bothside A is a matrix]

$\begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$ . $\begin{bmatrix} d_{11} & d_{12} \\ d_{21} & d_{22} \end{bmatrix}$ = A$\begin{bmatrix} b_{11} & b_{12} \\ b_{21} & b_{22} \end{bmatrix}$

$\begin{bmatrix} d_{11} & d_{12} \\ d_{11} + d_{21} & d_{12} + d_{22} \end{bmatrix}$ = $\begin{bmatrix} b_{11} & b_{12} \\ b_{21} & b_{22} \end{bmatrix}$

two matrix equally same means they are element wise equal.by this we can easily calculate, D = $\begin{bmatrix} b_{11} & b_{12} \\ b_{21} - b_{11} & b_{22} - b_{12} \end{bmatrix}$
0 votes
0 votes
Let |1 0| is X.

      |1 1|

C = AX

AB = I, A = 1/B

C = (1/B)*X

CD = (1/B)*XD = 1*I XD = B. // left multiplication by B

D = (1/X)*B. // left multiplication by 1/X

(1/X)*B = |1 -1| * |b11 b12|

                |0 1|     |b21 b22|

            = |(b11-b21) b12-b22|

               | b21 b22 |

            = D
edited by

Related questions

18 votes
18 votes
4 answers
1
6 votes
6 votes
1 answer
3
go_editor asked Feb 10, 2018
2,342 views
Consider the synchronous sequential circuit in the below figureGiven that the initial state of the circuit is $S_4,$ identify the set of states, which are not reachable.
18 votes
18 votes
2 answers
4
Kathleen asked Oct 9, 2014
6,383 views
Consider the synchronous sequential circuit in the below figureDraw a state diagram, which is implemented by the circuit. Use the following names for the states correspon...