Loading [MathJax]/jax/element/mml/optable/Arrows.js
Skip to main content
permalink

Section 3.3 Linear Maps and Matrices

permalink

Subsection 3.3.1 Matrices as Maps

permalink
Investigation 3.3.1.

Let

A=(1031), w=(51),  and v=(110). 

We can "quickly" verify that A(2v+w)=2(Av)+Aw:

(1031)(2(110)+(51))=(1031)(2+520+1)=(1(2+5)+0(20+1)3(2+5)+1(20+1))=(1(2)+0(20)3(2)+1(20))+(1(5)+0(1)3(5)+1(1))=2(1(1)+0(10)3(1)+1(10))+(1031)(51)=2((1031)(110))+(1031)(51)

What is true, though perhaps not immediately obvious, is that this doesn't depend on the values of A, w, or v.

permalink
Investigation 3.3.2.

The previous relationship works both ways. Define T:R3R2 by

T(x1,x2,x3)=x12x2,2x23x3.

If we apply this to each element of the elementary basis E3 for R3 we get:

T(1,0,0)=1,0,T(0,1,0)=2,2,  and T(0,0,1)=0,3.

But, this is the same as multiplying each of the vectors by the matrix

(120023)

in which each column is the image of one of the elementary vectors.

permalink

Subsection 3.3.2 Row, Column, and Null Spaces (again)

permalinkThe row, column, and null spaces for the matrix

A=[101010010]

permalinkare

Row A={1,0,1,0,1,0},Col A={1,0,0,0,1,1},andNul A={1,0,1}.

permalinkWe can see these visually in Figure 3.3.3 where you can see the plain of the row space transition to the plain of the column space while the vector of the null space transitions to zero.

permalink
Figure 3.3.3. Row and Null Spaces Transitioning to Column Space and Zero

permalinkIf we multiply each of the standard basis elements by the matrix A we get

e1=1,0,0

permalinkwhich are the columns of the matrix. The domain of the transformation defined by A is therefore \mathbb{R}^3\text{,} Figure 3.3.4. Meanwhile, the image (or range) of the transformation is the column space of A which is a copy of \mathbb{R}^2\text{,} Figure 3.3.5. So the basis for \mathbb{R}^3 has been turned into a basis for a plain that is a copy of \mathbb{R}^2\text{.} 1 This is the perspective that we will spend time on in Section 3.4.

Figure 3.3.4. Standard Basis Before Transformation
Figure 3.3.5. Basis After Transformation by A

permalinkWe can also define a linear transformation T_A algebraically by

\begin{equation*} \left( \begin{array}{c} x\\ y \\ z \end{array} \right) \stackrel{T_A}{\leadsto} \left( \begin{array}{c} x-z\\ y \\ y \end{array} \right) \end{equation*}

permalinkwhich has the same effect as multiplying the vector \left\lt x,y,z\right\gt by A\text{.}

permalinkWe have three ways to think of each transformation. Each transformation is a manipulation of a physical space, a change from one basis to another, or a series of algebraic instructions. All of these are reasonable ways to view a transformation and which perspective we use depends on what we wish to accomplish.