We can add and scale multiply matrices by pretending they are vectors. This has all the nice properties vectors have. See 3.11 in the book.
Let A be an n × k matrix and B = [b1 b2 … bm] be a k × m. We define the product AB = [Ab1 Ab2 … Abm] which is an n × m matrix.
Do an example in class.
The identity matrix is a thing. Here it is.
The key thing to know is that AB ≠ BA and that AB = 0 does not imply A = 0 or B = 0.
Matrix multiplication are important because they correspond to composition of linear functions. Do example in class. Write this as a theorem?
You flip the rows and columns. The key things to know are
Elementary matices are the matrices that correpond to elementary row operations. Figure them out with class. It’ll be fun.
They are a thing. You feel great them you get it to work.