asked 176k views
4 votes
Solve this matrix question using multiplication! Please help!

Solve this matrix question using multiplication! Please help!-example-1
asked
User Tptcat
by
7.9k points

1 Answer

3 votes

\begin{bmatrix}9&-5\end{bmatrix}\begin{bmatrix}4&-2\\3&9\end{bmatrix}=\begin{bmatrix}\begin{bmatrix}9&-5\end{bmatrix}\begin{bmatrix}4\\3\end{bmatrix}&\begin{bmatrix}9&-5\end{bmatrix}\begin{bmatrix}-2\\9\end{bmatrix}\end{bmatrix}

Basically the row vector on the left can be distributed along the columns of the right matrix. Then computing the product of the row with each column is essentially taking the dot product of two vectors:


=\begin{bmatrix}9(4)+(-5)(3)&9(-2)+(-5)(9)\end{bmatrix}

=\begin{bmatrix}21&-63\end{bmatrix}
answered
User ArtBajji
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.