Matrix
Description:
- A collection of vectors in rows or columns
Matrix Addition/Subtraction:
- Must have the same size
- Match element by element
- Resulting to a new matrix of same size
Multiplication:
- Multiply with a scalar: k(acbd)=(kakckbkd)
- Multiply with another matrix:
- Nb of columns in first matrix(top, mid, bot) must be same as rows in second matrix(left, center, right)
- Remember: row times column
- Generally, AB=BA
- AmAn=AnAm=Am+n
- (AB)CD=A(BC)D=AB(CD)
Division:
Denotes system of equations:
Zero matrix: