Transposes, Permutation, Vector Spaces

May 23, 2019

PA=LU

To extend and finish the factorization of . As matrix may not be in the ideal form of all pivots are non-zero, we need to do to exchange rows into their pivot positions.

Transposes and Symmetry

We know that transposing a matrix is switching its columns with rows, that is, is . A symmetric matrix is first a square matrix and or equivalently . For example,

is a symmetric matrix.

Prop 1. For any given rectangular matrix , is always symmetric.

Let , then

We see for this particular . More formally, we can use the lemma that from lecture 4 and and we can conclude is always symmetric. Same for .

Vector Spaces

While we do not list the formal definition of vector spaces and the requirement a space should follow here, an intuitive definition is that a vector space is any space we can perform linear combinations on vectors. Linear combinations are we can add vectors, multiply a vector with a constant. Also remember we also need to be able to multiply a vector with 0.

The most common vector space is , the set of (column) vectors with two real numbers. Examples are . Another exmaple is .

Subspaces

A vector space that is contained inside another vector space is a of that space. Any lines pass through origin (Note vectors start from origin) in is a subspace of . Lines that do not pass through origin are not because when you multiply a vector on this line with it becomes a zero vector, and this is not on that line.

The subspaces of are:

  1. all of
  2. any line through origin
  3. the zero vector itself()

The subspaces of are:

  1. all of
  2. any planes through origin
  3. any lines through origin
  4. zero vector

Column Space

The space formed by the columns of a matrix is the column space of this vector. Let

the column space of , is the plane containing vector and , and undoubtedly this plane goes through origin.

Transposes, Permutation, Vector Spaces - May 23, 2019 - Ruizhen Mai