Class 02/01/21

Linear Solution

Product of Matrices

First index is the row, second index is the column

Let A be an m x n matrix and B be an n x r matrix then AB is an m x r matrix whose ij entry is the product of the i'th row of A times the j'th column of B

Ex:

or (identity matrix)

Properties

In general: AB BA

The transpose of A is the matrix obtained by flipping the rows and columns of A

A is symmetric if , example::

Suppose

Augmented matrix: