← Back to Home

MATH1012 - Lecture 6
Skeleton Slides

Transposing Matrices

is the transposed matrix of and is formed by transposing the rows and columns (flipping the matrix over a diagonal)
e.g. if then

Special Square Matrices

  • A matrix is symmetric if
  • A matrix is skew-symmetric if
  • A matrix is upper-triangular if for
  • A matrix is lower-triangular if for
  • A matrix is diagonal if for all

An matrix has rows and columns

Row and Column Space

  • Row space is the span of all rows of a matrix
  • Column space is the span of all columns of a matrix
  • Null space is all solutions to for given matrix
    • To check if a matrix, , is in ‘s null space, solve
      • Check if it equals 0

MATH1012 - Lecture 8
Annotated Slides