[[x + y], [x – y]] = [[2, 1], [4, 3]] [[1], [-2]], then write the value of (x, y).
Find (x, y) Using Matrix Multiplication 📘 Question Solve the matrix equation: \[ \begin{bmatrix} x + y \\ x – y \end{bmatrix} = \begin{bmatrix} 2 & 1 \\ 4 & 3 \end{bmatrix} \begin{bmatrix} 1 \\ -2 \end{bmatrix} \] Find the value of \((x, y)\). ✏️ Step-by-Step Solution Step 1: Multiply the matrices \[ \begin{bmatrix} 2 […]
[[x + y], [x – y]] = [[2, 1], [4, 3]] [[1], [-2]], then write the value of (x, y). Read More »