Linear Algebra Review

Here are some useful theorems you'll probably forget.

Matrix Multiplication Properties

Not Commutative: ABBAA\cdot B \neq B\cdot A

Identity Matrix: AI=IA=AA\cdot I=I\cdot A=A

Matrix Inverse:

If A is an m x m matrix and A has an inverse, then A1A=AA1=IA^{-1}A=AA^{-1}=I

Last updated