Show that AB ≠ BA in the following : A = [[5, -1], [6, 7]] and B = [[2, 1], [3, 4]]
Show AB ≠ BA Show That \(AB \ne BA\) Question: Given \[ A=\begin{bmatrix}5 & -1 \\ 6 & 7\end{bmatrix}, \quad B=\begin{bmatrix}2 & 1 \\ 3 & 4\end{bmatrix} \] show that \(AB \ne BA\). Solution: Step 1: Compute \(AB\) \[ AB = \begin{bmatrix} 5(2)+(-1)(3) & 5(1)+(-1)(4) \\ 6(2)+7(3) & 6(1)+7(4) \end{bmatrix} \] \[ = \begin{bmatrix} 10-3 […]
Show that AB ≠ BA in the following : A = [[5, -1], [6, 7]] and B = [[2, 1], [3, 4]] Read More »