KnowledgeBoat Logo
|

Mathematics

If A = [2513], B =[1132],\begin{bmatrix}[r] 2 & 5 \ 1 & 3 \end{bmatrix}, \text{ B } = \begin{bmatrix}[r] 1 & -1 \ -3 & 2 \end{bmatrix}, find AB and BA. Is AB = BA ?

Matrices

29 Likes

Answer

 AB =[2513][1132]=[2.1+5.(3)2.(1)+5.21.1+3.(3)1.(1)+3.2]=[13885] BA =[1132][2513]=[1×2+(1)×11×5+(1)×33×2+2×13×5+2×3]=[21536+215+6]=[1249]\text{ AB } = \begin{bmatrix}[r] 2 & 5 \ 1 & 3 \end{bmatrix} \begin{bmatrix}[r] 1 & -1 \ -3 & 2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2.1 + 5.(-3) & 2.(-1) + 5.2 \ 1.1 + 3.(-3) & 1.(-1) + 3.2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -13 & 8 \ -8 & 5 \end{bmatrix} \\[1em] \text{ BA } = \begin{bmatrix}[r] 1 & -1 \ -3 & 2 \end{bmatrix} \begin{bmatrix}[r] 2 & 5 \ 1 & 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 \times 2 + (-1) \times 1 & 1 \times 5 + (-1) \times 3 \ -3 \times 2 + 2 \times 1 & -3 \times 5 + 2 \times 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 - 1 & 5 - 3 \ -6 + 2 & -15 + 6 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 & 2 \ -4 & -9 \end{bmatrix}

The matrix AB = [13885] and BA =[1249].\begin{bmatrix}[r] -13 & 8 \ -8 & 5 \end{bmatrix} \text{ and BA } = \begin{bmatrix}[r] 1 & 2 \ -4 & -9 \end{bmatrix}. AB ≠ BA.

Answered By

18 Likes


Related Questions