To determine the values of \(a\) and \(b\) that satisfy the given matrix equation, we need to multiply the matrices and compare the result to the given solution matrix.
Given matrices:
| \(\begin{bmatrix} a & 2 & 3 \\ b & 5 & -1 \end{bmatrix}\) | \(\begin{bmatrix} 1 & 2 \\ 3 & 4 \\ -1 & 1 \end{bmatrix}\) |
The product of these matrices is:
Matrix multiplication is done by taking the dot product of rows of the first matrix with columns of the second matrix:
We know the product is equal to:
| \(\begin{bmatrix} 4 & 13 \\ 12 & 11 \end{bmatrix}\) |
Now, equating elements, we get:
Hence, the correct solution for \((a, b)\) is \((1, -4)\).