Matrices as Linear Transformation (LT)

Matrices can be used to map a vector from a space to another one, acting like a factor for changing coordinates (LT).

Also, given some mapped vectors is possible to obtain the matrix responsible by the linear transformation:

Matrix vs Matrix Multiplication

The multiplication of one matrix by another one can be interpreted as a combined two consecutive linear transformations. In the expression below the linear transformation occurs after the first LT .

Singularity and Rank of LT

  • The singular LT basis only covers a small piece of the plane (line or a point).
  • The dimension of the basis is equal to the LT rank.
  • The determinant can be seen as the area or volume of the LT basis.

Bases

A basis is a vector set that satisfies the two conditions:

  • They are linear independently
  • The set spans a vector space

Attention

Not all sets of vectors are a basis for -dimensional space.