Matrices and Determinants

Types of Matrices and Basic Operations

0:00
LearnStep 1/4

Types of Matrices and Basic Operations

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 columnsA_{m \times n}: m \text{ rows, } n \text{ columns}
  • AB possible if columns of A = rows of BAB \text{ possible if columns of A = rows of B}
  • ABBA (generally)AB \neq BA \text{ (generally)}
  • (A+B)T=AT+BT(A + B)^T = A^T + B^T
  • (AB)T=BTAT(AB)^T = B^T A^T
  • (kA)T=kAT(kA)^T = kA^T
  • An=AA...A (n times)A^n = A \cdot A \cdot ... \cdot A \text{ (n times)}