October 20

Announcements

3.2 Matrix Algebra

Addition and scale multiplication

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.

Matrix mutliplication

Let A be an n × k matrix and B = [b1b2 … bm] be a k × m. We define the product AB = [Ab1Ab2 … Abm] which is an n × m matrix.

Do an example in class.

The identity matrix is a thing. Here it is.

Properties of Matrix Algbera

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?

Traspose are a thing

You flip the rows and columns. The key things to know are

Diaginal matrices are a thing

Elementary matrices are a thing

Elementary matices are the matrices that correpond to elementary row operations. Figure them out with class. It’ll be fun.

Block multiplication

They are a thing. You feel great them you get it to work.