Overview
Matrices are used to visualize linear transformations. In particular, an matrix corresponds to a linear map from an -dimensional space to an -dimensional space.
There are three perspectives for understanding matrices. The “entries” perspective is a computation of the “row” and “column” perspectives.
The column perspective emphasizes that the columns of matrix tell you where sends a standard basis vector . Each column of a is a vector .
The row perspective emphasizes that the row of matrix give individual entries of the output . Each row is a linear function , and the th component of is .
A particular entry of is therefore the th component of a column vector, given by . Explicitly, is a linear function called the projection to the th coordinate. The entry perspective is useful for matrix multiplication.
Matrix definition
Definition: Matrix
An matrix over the field is a two-dimensional array containing elements of which as rows and columns.
The The entry in row and column of the matrix is denoted .
Two matrices are equal if they are both and all entries .
In terms of matrices, a linear map is explicitly a transformation associated with some matrix, defined by
The column perspective
The underlying idea behind the “column perspective” is that linear maps are determined by what they do to a basis. Thus, to understand what does to , we compute for each vector in the standard basis .
- (Lemma 58) If is an matrix, then is the th column of so that
- If is a general vector, then is a linear combination of the columns of with “weights” provided by the entries of .
- (Corollary 59) If is an matrix with columns , then the associated linear map has:
- the span of all columns,
- the set of linear relations between the columns,
- Further, by rank-nullity, the # of non-redundant columns, and the # of redundant columns.
- (Corollary 60) If is any linear map, then there exists a unique matrix so that .
- In other words, matrices and linear maps are a “dictionary”; any linear map can be “worked with” in the language of matrices.
The row perspective
A row vector is a matrix corresponding to a linear function . Its entries are number outputs for each .#wip in what?
Given such a row vector, as well as a column vector , the pairing of the two vectors is given by
The entry perspective
Definition: Coordinate projection
The projection to the th coordinate is a linear function defined by
That is, the projection outputs the value of the th coordinate.
- (Lemma 61) If is the linear map associated with an matrix , then for , the th row of is the row vector corresponding to the linear map .
- (Lemma 62) If is an matrix and is an associated linear map, then the particular entry .
- The entry is the th component of the column vector .