Types of Matrices and Basic Operations
This lesson covers the following key concepts:
- Definition, order, and equality of matrices
- Types: row, column, square, diagonal, scalar, identity, null, triangular
- Addition, subtraction, scalar multiplication
- Matrix multiplication (row by column, non-commutative)
- Properties of matrix operations
- Positive integral powers of square matrix
- Transpose, conjugate of matrix
Important Formulas
- Am×n:m rows, n columns
- AB possible if columns of A = rows of B
- AB=BA (generally)
- (A+B)T=AT+BT
- (AB)T=BTAT
- (kA)T=kAT
- An=A⋅A⋅...⋅A (n times)