0.2.1 Rectangular arrays

A matrix is an -by- array of scalars from a field . If , the matrix is said to be square. The set of all matrices over is denoted , or just .

0.2.2 Linear transformations

Let be an -dimensional vector space and let be an -dimensional vector space, both over the same field of . let be a basis of and be a basis of .

A linear transformation is a function : such that for any scalars and any vectors .

A matrix can represent a linear transformation , but it will depend on the bases chosen.

0.2.3 Vector spaces associated with a matrix or linear transformation

Any -dimensional vector space over may be identified with . we may think of as a linear transformation from to . The domain of the linear transform is and its range is . its nullspace is .

The dimension of nullspace is denoted as nullity The dimension of range is denoted as rank

The rank nullity theorem is as follows:

dim(range ) + dim(nullspace ) = rank + nullity =

0.2.4 Matrix operations

Matrix addition is entrywise

Matrix multiplication is only defined when the internal dimensions align. i.e. .

0.2.5 The transpose, conjugate, transpose, and trace

The transpose is denoted as .

The conjugate is denoted by and is the transpose of an entrywise conjugate.

0.2.7 Column space and row space of a matrix

The range of is also called its column space because is a linear combination of the columns of for any . The row space of is the same, except for .

If the column space of is contained in the column space of there is some such that .

0.2.8 The all-ones matrix and vector