M - Multiplying Matrices Lesson
Multiplying Matrices
Before we learn about how to multiply a matrix by another matrix - let's first talk about scalar multiplication. This just means to multiply a matrix by a constant.
For instance, let A=[1−2504−1] then if we want to find 2A, we would multiply each entry by 2.
So, 2A=[2−41008−2]
Try a few problems to see if you've got it:
A=[−479032]B=[368−1−20]C=[10542−27−31]D=[7−205336−14]
Try these problems to see if you get the correct solution.
1. Problem: -3B
- Solution:
−3B=[−9−18−24360]
2. Problem: (1/2)C
- Solution:
12C=[1205221−172−3212]
3. Problem: 3C+2D
- Solution:
3C+2D=[17−4152212033−1111]
4. Problem: 4B - A
- Solution:
4B−A=[161723−4−11−2]
So far, matrices have behaved fairly predictably and with the same properties as real numbers. But, matrix multiplication is unusual!
In order to multiply two matrices A and B, the number of columns in matrix A must be equal to the number of rows in matrix B. If matrix AB is possible, the resulting matrix has the same number of rows as matrix A and columns as matrix B.
matrix A * matrix B = AB
(4 x 2) * (2 x 3) = 4 x 3
=[(a×i)+(b×l)(a×j)+(b×m)(a×k)+(b×n)(c×i)+(d×l)(c×j)+(d×m)(c×k)+(d×n)(e×i)+(f×l)(e×j)+(f×m)(e×k)+(f×n)(g×i)+(h×l)(g×j)+(h×m)(g×k)+(h×n)]
Watch this video to try a problem:
Try a few problems to see if you've got it:
IMAGES CREATED BY GAVS