If A = [[1, 2, x], [0, 1, 0], [0, 0, 1]] and B = [[1, -2, y], [0, 1, 0], [0, 0, 1]] and AB = I3, then x + y equals
Find x + y Using AB = I 📘 Question If \[ A = \begin{bmatrix} 1 & 2 & x \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}, \quad B = \begin{bmatrix} 1 & -2 & y \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} […]