KnowledgeBoat Logo
|

Mathematics

If A = [2145]and B =[32],\begin{bmatrix}[r] 2 & -1 \ -4 & 5 \end{bmatrix} \text{and B } = \begin{bmatrix}[r] -3 \ 2 \end{bmatrix}, find matrix C such that AC = B.

Matrices

53 Likes

Answer

Given,

AC = B

[2145]C=[32][2145]C is a 2×1 matrix, but[2145] is a 2×2 matrix.C is a 1×2 matrix.Let matrix C =[xy][2145][xy]=[32][2×x+(1)×y4×x+5×y]=[32][2xy4x+5y]=[32]\Rightarrow \begin{bmatrix}[r] 2 & -1 \ -4 & 5 \end{bmatrix} C = \begin{bmatrix}[r] -3 \ 2 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 2 & -1 \ -4 & 5 \end{bmatrix} C \text{ is a } 2 \times 1 \text{ matrix, but} \begin{bmatrix}[r] 2 & -1 \ -4 & 5 \end{bmatrix} \text{ is a } 2 \times 2 \text{ matrix}. \\[0.5em] \therefore \text{C is a } 1 \times 2 \text{ matrix}. \\[0.5em] \text{Let matrix C } = \begin{bmatrix}[r] x \ y \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 2 & -1 \ -4 & 5 \end{bmatrix} \begin{bmatrix}[r] x \ y \end{bmatrix} = \begin{bmatrix}[r] -3 \ 2 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 2 \times x + (-1) \times y \ -4 \times x + 5 \times y \end{bmatrix} = \begin{bmatrix}[r] -3 \ 2 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] 2x - y \ -4x + 5y \end{bmatrix} = \begin{bmatrix}[r] -3 \ 2 \end{bmatrix} \\[0.5em]

By definition of equality of matrices we get,

⇒ 2x - y = -3 or y = 2x + 3     (…Eq 1)

⇒ -4x + 5y = 2                        (…Eq 2)

Putting value of y from Eq 1 in Eq 2,

⇒ -4x + 5y = 2
⇒ -4x + 5(2x + 3) = 2
⇒ -4x + 10x + 15 = 2
⇒ 6x = 2 - 15
⇒ 6x = -13
⇒ x = 136-\dfrac{13}{6}

Now finding value of y,

y=2x+3=2(136)+3=266+3=26+186=86=43.y = 2x + 3 \\[1em] = 2\Big(-\dfrac{13}{6}\Big) + 3 \\[1em] = -\dfrac{26}{6} + 3 \\[1em] = \dfrac{-26 + 18}{6} \\[1em] = -\dfrac{8}{6} \\[1em] = -\dfrac{4}{3}.

∴ x = 136 and y =43.-\dfrac{13}{6} \text{ and y } = -\dfrac{4}{3}.

Since,

=[xy]C=[13643]\text{C }= \begin{bmatrix}[r] x \ y \end{bmatrix} \\[1em] \therefore C = \begin{bmatrix}[r] -\dfrac{13}{6} \ -\dfrac{4}{3} \end{bmatrix}

Hence, the matrix C = [13643].\begin{bmatrix}[r] -\dfrac{13}{6} \ -\dfrac{4}{3} \end{bmatrix}.

Answered By

21 Likes


Related Questions