Skip to main content

Section 3.2 Standard Matrices (AT2)

Subsection 3.2.1 Warm Up

Remark 3.2.1.

Recall that a linear map T:VW satisfies
  1. T(v+w)=T(v)+T(w) for any v,wV.
  2. T(cv)=cT(v) for any cR,vV.
In other words, a map is linear when vector space operations can be applied before or after the transformation without affecting the result.

Activity 3.2.2.

Can you recall the following?
(a)
Given a transformation, what do the terms domain and codomain mean?
(b)
What does the notation T:VW mean?

Subsection 3.2.2 Class Activities

Activity 3.2.3.

Suppose T:R3R2 is a linear map, and you know T([100])=[21] and T([001])=[32]. What is T([300])?
  1. [63]
  2. [96]
  3. [42]
  4. [64]

Activity 3.2.4.

Suppose T:R3R2 is a linear map, and you know T([100])=[21] and T([001])=[32]. What is T([101])?
  1. [21]
  2. [31]
  3. [13]
  4. [58]

Activity 3.2.5.

Suppose T:R3R2 is a linear map, and you know T([100])=[21] and T([001])=[32]. What is T([203])?
  1. [21]
  2. [31]
  3. [13]
  4. [58]

Activity 3.2.6.

Suppose T:R3R2 is a linear map, and you know T([100])=[21] and T([001])=[32]. What piece of information would help you compute T([041])?
  1. The value of T([040])=[416].
  2. The value of T([010])=[14].
  3. The value of T([111])=[27].
  4. Any of the above.

Observation 3.2.7.

Since all three choices in Activity 3.2.6 create a spanning and linearly independent set along with [100] and [001], they each may be used to compute T([041]):
T([041])=T([040])T([001])=[416][32]=[114]
T([041])=4T([010])T([001])=4[14][32]=[114]
T([041])=4T([111])5T([001])4T([100])
=4[27]5[32]4[21]=[8+15828104]=[114]

Definition 3.2.9.

Since a linear transformation T:RnRm is determined by its action on the standard basis {e1,,en}, it is convenient to store this information in an m×n matrix, called the standard matrix of T, given by [T(e1)T(en)].
For example, let T:R3R2 be the linear map determined by the following values for T applied to the standard basis of R3.
T(e1)=T([100])=[21]T(e2)=T([010])=[14]T(e3)=T([001])=[32]
Then the standard matrix corresponding to T is
[T(e1)T(e2)T(e3)]=[213142].

Activity 3.2.10.

Let T:R4R3 be the linear transformation given by
T(e1)=[032]T(e2)=[301]T(e3)=[421]T(e4)=[200]
Write the standard matrix [T(e1)T(en)] for T.

Activity 3.2.11.

Let T:R3R2 be the linear transformation given by
T([xyz])=[x+3z2xy4z]
(a)
Compute T(e1), T(e2), and T(e3).
(b)
Find the standard matrix for T.

Activity 3.2.13.

Let T:R4R3 be the linear transformation given by
T(e1)=[032]T(e2)=[301]T(e3)=[421]T(e4)=[200]
Write the standard matrix [T(e1)T(en)] for T.

Activity 3.2.14.

(a)
Explain and demonstrate how to compute the standard matrix for the linear transformation S:R2R4 given by
S([x1x2])=[9x12x23x15x1x26x2]
by computing transformations of the standard basic vectors:
S(e1)=[????]S(e2)=[????][????????]
Answer.
[92305106]
(b)
Let T:R4R3 be the linear transformation given by the standard matrix
[242243325026].
Explain and demonstrate how to compute T([5032]) by using the values of transformed standard basic vectors:
T([5032])=?T(e1)+?T(e2)+?T(e3)+?T(e4)
Answer.
T([5032])=[82519]

Subsection 3.2.3 Individual Practice

Activity 3.2.15.

Consider the linear transformation R:R2R2 given by rotating vectors about the origin through an angle of π4=45.
(a)
If e1,e2 are the standard basis vectors of R2, calculate R(e1),R(e2).
(b)
What is the standard matrix representing R?

Activity 3.2.16.

Consider the linear transformation S:R2R2 given by reflecting vectors across the line x1=x2.
(a)
If e1,e2 are the standard basis vectors of R2, calculate S(e1),S(e2).
(b)
What is the standard matrix representing S?

Subsection 3.2.4 Videos

Figure 23. Video: Using the standard matrix to compute the image of a vector

Exercises 3.2.5 Exercises

Subsection 3.2.6 Mathematical Writing Explorations

We can represent images in the plane R2 using vectors, and manipulate those images with linear transformations. We introduce some notation in these explorations that is needed for their completion, but is not essential to the rest of the text. These have a geometric flair to them, and can be understood by thinking of geometric transformations in terms of standard matrices.
Given two vectors v=[v1v2vn] and w=[w1w2wn], we define the dot product as
vw=v1w1+v2w2+vnwn.

Exploration 3.2.17.

For each of the following properties, determine if it is held by the dot product. Either provide a proof that the property holds, or provide a counter-example if it does not.
  • Distributive over addition (e.g., (u+v)w=uw+vw)?
  • Associative?
  • Commutative?

Exploration 3.2.18.

Given the properties you proved in the last exploration, could the dot product take the place of as a vector space operation on Rn?

Exploration 3.2.19.

Is the dot product a linear operator? That is, given vectors u,v,wRn, and k,mR, is it true that
u(kv+mw)=k(uv)+m(uw).
Prove or provide a counter-example.

Exploration 3.2.20.

Assume v=[v1v2vn] and define the length of a vector by
|v|=(i=1nvi2)1/2.
Prove that |u|=|v| if an only if u+v and uv are perpendicular. You may use the fact (try and prove it!) that two vectors are perpendicular if and only if their dot product is zero.

Exploration 3.2.21.

  • A dilation is given by by mapping a vector v=[xy] to some scalar multiple of v.
  • A rotation is given by v[cos(θ)xsin(θ)ycos(θ)y+sin(θ)x].
  • A reflection of v over a line l can be found by first finding a vector l=[lxly] along l, then v2lvlllv.
Represent each of the following transformations with respect to the standard basis in R2.
  • Rotation through an angle θ.
  • Reflection over a line l passing through the origin.
  • Dilation by some scalar s.
Prove that each transformation is linear, and that your matrix representations are correct.

Subsection 3.2.7 Sample Problem and Solution

Sample problem Example B.1.13.