QUESTION IMAGE
Question
name:
date:
per:
unit 10: systems and matrices
homework 5: multiplying matrices
this is a 2 - page document!
directions: find each product, if possible.
- (\begin{bmatrix}4&-1&0\\8&4&-3end{bmatrix}cdot\begin{bmatrix}-2\\5\\1end{bmatrix})
- (\begin{bmatrix}3&-5\\7&1end{bmatrix}cdot\begin{bmatrix}2&2&-4&-7\\8&1&3&0end{bmatrix})
- (\begin{bmatrix}7&11&2\\-6&0&-9\\10&-4&5end{bmatrix}cdot\begin{bmatrix}5\\-3\\-1end{bmatrix})
- (\begin{bmatrix}8\\-3\\12\\-7end{bmatrix}cdot\begin{bmatrix}2&5end{bmatrix})
- (\begin{bmatrix}-5&-3\\-6&7end{bmatrix}cdot\begin{bmatrix}0&3\\-7&9\\-1&13end{bmatrix})
- (\begin{bmatrix}4\\-7end{bmatrix}cdot\begin{bmatrix}8&-9&6end{bmatrix})
- (\begin{bmatrix}10&1&6\\-4&-1&9end{bmatrix}cdot\begin{bmatrix}12&5\\-2&3\\-2&-4end{bmatrix})
- (\begin{bmatrix}7&-8&2&3end{bmatrix}cdot\begin{bmatrix}-5&1\\0&-2\\3&-3\\7&1end{bmatrix})
- (\begin{bmatrix}2&-5\\-1&7end{bmatrix}cdot\begin{bmatrix}11&-6\\0&8end{bmatrix}-\begin{bmatrix}3&5\\4&-9end{bmatrix})
- (\begin{bmatrix}14&0\\-8&6\\3&-2end{bmatrix}+\begin{bmatrix}5\\-1\\-7end{bmatrix}cdot\begin{bmatrix}3&11end{bmatrix})
Let's solve each matrix multiplication problem step by step. We'll check if multiplication is possible (number of columns in first matrix = number of rows in second matrix) and then perform the multiplication.
Problem 1:
Matrix 1:
(2 rows, 3 columns)
Matrix 2:
(3 rows, 1 column)
Since 3 (columns of first) = 3 (rows of second), multiplication is possible. Result will be 2x1 matrix.
Step 1: Multiply first row of first matrix with column of second matrix
$4(-2) + (-1)(5) + 0(1) = -8 -5 + 0 = -13$
Step 2: Multiply second row of first matrix with column of second matrix
$8(-2) + 4(5) + (-3)(1) = -16 + 20 -3 = 1$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
Problem 2:
Matrix 1:
(2 rows, 2 columns)
Matrix 2:
(2 rows, 4 columns)
Since 2 (columns of first) = 2 (rows of second), multiplication is possible. Result will be 2x4 matrix.
Step 1: First row, first column: $3(2) + (-5)(8) = 6 -40 = -34$
First row, second column: $3(2) + (-5)(1) = 6 -5 = 1$
First row, third column: $3(-4) + (-5)(3) = -12 -15 = -27$
First row, fourth column: $3(-7) + (-5)(0) = -21 + 0 = -21$
Step 2: Second row, first column: $7(2) + 1(8) = 14 + 8 = 22$
Second row, second column: $7(2) + 1(1) = 14 + 1 = 15$
Second row, third column: $7(-4) + 1(3) = -28 + 3 = -25$
Second row, fourth column: $7(-7) + 1(0) = -49 + 0 = -49$