matrix representation of a linear transformation (original) (raw)

Linear transformations as matrices

Let V,W be vector spaces (over a common field k) of dimensionPlanetmathPlanetmath n and m respectively. Fix bases A={v1,…,vn} and B={w1,…,wm} for V and W respectively. We shall order these bases so that vi<vj and wi<wj whenever i<j. To distinguish an ordinary set from an ordered set, we shall adopt the notation ⟨v1,…,vn⟩ to mean the set {v1,…,vn} with ordering vi≤vj whenever i≤j. The importance of ordering these bases will be apparent shortly.

For any linear transformation T:V→W, we can write

for each j∈{1,…,n} and αi⁢j∈k. We define the matrix associated with the linear transformation T and ordered bases A,B by

where 1≤i≤n and 1≤j≤m. [T]BA is a m×n matrix whose entries are in k. When A=B, we often write [T]A:=[T]AA. In additionPlanetmathPlanetmath, when both ordered bases are standard bases En,Em ordered in the obvious way, we write [T]:=[T]EmEn.

Examples.

    1. Let T:ℝ3→ℝ4 be given by
      T⁢(xyz)=(x+2⁢y+zz-x+y-5⁢z3⁢x+2⁢z).
      Using the standard ordered bases
      E3=⟨(100),(010),(001)⟩⁢ for ⁢ℝ3 and E4=⟨(1000),(0100),(0010),(0001)⟩⁢ for ⁢ℝ4
      --------------------------------------------------------------------------------
      ordered in the obvious way. Then,
      T⁢(100)=(10-13),T⁢(010)=(2010),T⁢(001)=(11-52),
      ----------------------------------------------------
      so the matrix [T]E4E3 associated with T and the standard ordered bases E3 and E4 is the 4×3 matrix
    1. Let T be the same linear transformation as above. However, let E3′ be the same basis as E3 except that the order is reversed: e3<e2<e1. Then
      [T]E4E3′=(121100-51-1203).
      Note that this matrix is just the matrix from the previous example except that the first and the last columns have been switched.
    1. Again, let T be the same as before. Now, let E4′ be the ordered basis whose elements are those of E4 but the order is now given by e2<e1<e4<e3. Then
      [T]E4′E3′=(100121203-51-1).
      Note that this matrix is just the matrix from the previous example except that the first two rows and the last two rows have been interchanged.

Remarks.

Matrices as linear transformations

Every m×n matrix A over a field k can be thought of as a linear transformation from kn to km if we view each vector v∈kn as a n×1 matrix (a column) and the mapping is done by the matrix multiplicationMathworldPlanetmath A⁢v, which is a m×1 matrix (a column vector in km). Specifically, we define TA:kn→km by

It is easy to see that TA is indeed a linear transformation. Furthermore, [TA]=[TA]EmEn=A, since the representation of vectors as n-tuples of elements in k is the same as expressing each vector under the standard basis (ordered) in the vector space kn. Below we list some of the basic properties:

    1. Tr⁢A=r⁢TA, for any r∈k,
    1. TA+TB=TA+B, where A,B are m×n matrices over k
    1. TA∘TB=TA⁢B, where A is an m×n matrix and B is an n×p matrix over k
    1. TA is invertible iff A is an invertible matrix.

Remark. As we can see from the discussion above, if we fix sets of base elements for a vector space V and W, there is a one-to-one correspondence between the set of matrices (of the same size) over the underlying field k and the set of linear transformations from V to W.

References

Title matrix representation of a linear transformation
Canonical name MatrixRepresentationOfALinearTransformation
Date of creation 2013-03-22 17:29:59
Last modified on 2013-03-22 17:29:59
Owner CWoo (3771)
Last modified by CWoo (3771)
Numerical id 15
Author CWoo (3771)
Entry type Definition
Classification msc 15A04
Synonym ordered bases
Synonym standard ordered bases
Related topic LinearTransformation
Defines ordered basis
Defines matrix representation
Defines standard ordered basis