Matrices

Linear algebra is about matrices as much as astronomy is about telescopes.

Consider a linear map and two basis, one and another :

The matrix of in these bases is the array of values in

Where each column contains the linear combination coefficients that describes how the basis vectors are mapped from one vector space to another.

In fact, the entries are defined by:

Matrices are just a representation the linear maps, which depends on the basis that are chosen. Whenever we have to do operation between matrices, the bases have to be the same, otherwise we’re dealing with coefficient that represent different things.

Matrix of a vector

Just how matrices represent how the basis vectors are mapped from a vector space to another, the matrix of a vector (that has size where is the length of the vector) describes the vector in terms of coefficient of the basis vectors (so it describes how the basis vectors has to be stretched in order to obtain that particular vector).

Once again, the matrix depends on the choice of the basis for that particular vector space where the vector is.