Square Matrix

Equal number of rows and columns ()

Link to original


Transpose Matrix of matrix

Transpose defined such that

Essentially reflecting across the main diagonal of the matrix

Link to original

Properties of Transpose

  1. Addition and Scalar Multiplication Rules (for being matrices and )
  1. Product Rule (for being a matrix and being a matrix)
  1. Involution Rule (for being a matrix)
  1. Inverse Rule ( invertible invertible)
Link to original


Types of Square Matrices ( )

  1. Symmetric
  1. Skew-Symmetric (or antisymmetric)

Entries along the main diagonal are 0
3) Upper Triangular

Entries below the diagonal are zero
4) Strictly Upper Triangular

Entries on or below the main diagonal are zero
5) Triangular

Link to original

Determining Invertibiilty

Let be a matrix

Suppose there exists a sequence of EROs such that is taken to it’s RRE form
Applying the same sequence of EROs to the augmented matrix to take it to for some matrix

  1. then is invertible and

  2. then is singular

Link to original


Orthogonal matrix

Link to original

Properties of Orthogonal Matrices

  1. and are orthogonal
    Linking it to Term 2 Groups the matrices form a group

  2. is orthogonal the columns (or rows) are unit length, mutually perpendicular vectors

  3. preserves the dot product i.e. If then

Link to original

Preservation of Dot Product Orthogonal

Link to original