KnowledgeBoat Logo
|

Mathematics

Solve the matrix equation [41]X=[4812].\begin{bmatrix}[r] 4 \ 1 \end{bmatrix} X = \begin{bmatrix}[r] -4 & 8 \ -1 & 2 \end{bmatrix} .

Matrices

78 Likes

Answer

Since,

[41]X=[4812][41]X is a 2×2 matrix, but[41] is a 2×1 matrix.X is a 1×2 matrix.\begin{bmatrix}[r] 4 \ 1 \end{bmatrix} X = \begin{bmatrix}[r] -4 & 8 \ -1 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 4 \ 1 \end{bmatrix} X \text{ is a } 2 \times 2 \text{ matrix, but} \begin{bmatrix}[r] 4 \ 1 \end{bmatrix} \text{ is a } 2 \times 1 \text{ matrix}. \\[1em] \Rightarrow \text{X is a } 1 \times 2 \text{ matrix}.

We know that X matrix will be of order 1 × 2. So, let matrix X be [xy].\begin{bmatrix}[r] x & y \end{bmatrix}.

Given,

[41]X=[4812][41][xy]=[4812][4x4yxy]=[4812]\begin{bmatrix}[r] 4 \ 1 \end{bmatrix} X = \begin{bmatrix}[r] -4 & 8 \ -1 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 4 \ 1 \end{bmatrix} \begin{bmatrix}[r] x & y \end{bmatrix} = \begin{bmatrix}[r] -4 & 8 \ -1 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 4x & 4y \ x & y \end{bmatrix} = \begin{bmatrix}[r] -4 & 8 \ -1 & 2 \end{bmatrix} \\[1em]

From definition of equality of matrices we get,

⇒ x = -1 and y = 2.

Since, X =[xy]=[12]\text{Since, X }= \begin{bmatrix}[r] x & y \ \end{bmatrix} \\[1em] \therefore \text{X } = \begin{bmatrix}[r] -1 & 2 \ \end{bmatrix}

Hence, the matrix X=[12].\text{X} = \begin{bmatrix}[r] -1 & 2 \end{bmatrix}.

Answered By

36 Likes


Related Questions