Mult Matrices
Mult Matrices
Matrices
Scalar Multiplication - each element in
a matrix is multiplied by a constant.
1. 2 7 1 0
| |
= -14 2 0
| |
2. 4
2 0
4 5
(
(
=
-8 0
16 -20
(
(
3. 5
1 2 3
4 5 6
7 8 9
(
(
(
(
=
-5 -10 15
-20 25 -30
35 -40 45
(
(
(
(
**Multiply rows times columns.
**You can only multiply if the number of
columns in the 1
st
matrix is equal to the
number of rows in the 2
nd
matrix.
3 2 5
7 1 0
(
(
8 2
1 5
0 3
(
(
(
(
Dimensions: 3 x 2
2 x 3
They must match.
The dimensions of your answer.
Examples:
1.
2 1
3 4
(
(
3 9 2
5 7 6
(
(
2(3) + -1(5) 2(-9) + -1(7) 2(2) + -1(-6)
3(3) + 4(5) 3(-9) + 4(7) 3(2) + 4(-6)
1 25 10
29 1 18
(
(
3 9 2 2 1
.
5 7 6 3 4
( (
( (
2
Dimensions: 2 x 3 2 x 2
*They dont match so cant be multiplied together.*
1 2 1 1
1 3 2 7
2 6 1 8
x
y
z
( ( (
( ( (
=
( ( (
( ( (
3.
x + 2y z = 1
x + 3y + 2z = 7
2x + 6y + z = 8
0 1 4 3
1 0 2 5
( (
( (
4.
2 x 2 2 x 2
*Answer should be a 2 x 2
0(4) + (-1)(-2) 0(-3) + (-1)(5)
1(4) + 0(-2)
1(-3) +0(5)
=
2 -5
4 -3
(
(