Matrix multiplication
- multiplying a matrix by another
- you cannot multiply matrices in different dimensions
-
matrix has the same rules as multiplication however you cant
- AB=/=BA
- AB=AC, B=/=c
- AB=0, it doesn’t mean that either A or B is zero
-
how to multiply matrices
Ax=b
-
Example 1
-
This is the Ax=b form (EASY)