Question:

Evaluate the following matrix multiplication: \[ \begin{pmatrix} -3 & 5 & 2 \end{pmatrix} \times \begin{pmatrix} 1 \\ 6 \\ -4 \end{pmatrix} \]

Show Hint

To multiply a row matrix with a column matrix, simply multiply corresponding elements and sum them up.
  • \(\begin{pmatrix} -18 & 30 & 12 \\ 12 & -20 & -8 \end{pmatrix}\)
  • \(\begin{pmatrix} -18 & 5 & -20 \\ 12 & 30 & -8 \end{pmatrix}\)
  • \(\begin{pmatrix} 30 & -18 & 12 \\ -20 & 12 & -8 \end{pmatrix}\)
  • \(\begin{pmatrix} 18 & 30 & 12 \\ 12 & 20 & 8 \end{pmatrix}\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

We are given two matrices: \[ \text{Matrix 1: } \begin{pmatrix} -3 & 5 & 2 \end{pmatrix}, \quad \text{Matrix 2: } \begin{pmatrix} 1 \\ 6 \\ -4 \end{pmatrix} \] To multiply a row matrix with a column matrix, we multiply each corresponding element and then sum the products: \[ \text{Result} = (-3)(1) + (5)(6) + (2)(-4) = -3 + 30 - 8 = 19 \] Thus, the resulting matrix is: \[ \begin{pmatrix} -18 & 30 & 12 \\ 12 & -20 & -8 \end{pmatrix} \]
Was this answer helpful?
0
0

Top Questions on Matrices and Determinants

View More Questions