If A = [[2, -1, 3], [-4, 5, 1]] and B = [[2, 3], [4, -2], [1, 5]], then (a) only AB is defined (b) only BA is defined (c) AB and BA both are defined (d) AB and BA both are not defined
Check AB and BA Defined 📘 Question If \[ A = \begin{bmatrix} 2 & -1 & 3 \\ -4 & 5 & 1 \end{bmatrix} \quad (2 \times 3) \] \[ B = \begin{bmatrix} 2 & 3 \\ 4 & -2 \\ 1 & 5 \end{bmatrix} \quad (3 \times 2) \] Then: (a) only AB is […]