Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

October 11

Announcements

  • Section 2.1, 2.2 due tomorrow

  • Section 2.3, 3.1 due next Thursday

  • Worksheet 2 due Friday

  • Midterm next week

  • Worksheet 3 will be posted on Friday, it'll have some practice exam problems

3.1 Linear transformation

One-to-one and Onto linear transformation

Definition: Let T:RmRnT:\mathbb{R}^m \to \mathbb{R}^n be a linear transformation. Then

  • TT is one-to-one if for every vector wRnw\in \mathbb{R}^n, there exists at most one vector vRmv\in \mathbb{R}^m such that T(v)=wT(v)=w.

  • TT is onto if for every vector wRnw\in\mathbb{R}^n, there is exists at least one vector vRnv\in \mathbb{R}^n such that T(v)=wT(v)=w.

A linear transformation TT is one-to-one if T(u)=T(v)T(u)=T(v) implies u=vu=v. In other words, if uvu\neq v, then T(u)T(v)T(u)\neq T(v). (Two-to-two!)

Talk about the general idea of one-to-one and onto.

Theorem: Let TT be a linear transformation TT is one-to-one if T(u)=0T(u)=0 implies u=0u=0.

Example: Let TT be the linear transformation defined by T(x)=AxT(x)=Ax, where [412203] \begin{bmatrix} 4 & -1 \\ -2 & 2 \\ 0 & 3 \end{bmatrix} Is TT one-to-one? Onto?

Let TT be the linear transformation defined by T(x)=AxT(x)=Ax, where [211120130] \begin{bmatrix} 2 & 1 & 1 \\ 1 & 2 & 0 \\ 1 & 3 & 0 \end{bmatrix} Is TT one-to-one? Onto?

Theorem: Let T:RmRnT:\mathbb{R}^m \to \mathbb{R}^n be a linear transformation. Let AA be the matrix so that T(x)=AxT(x)=Ax. Then

  • TT is one-to-one if the columns of AA are linearly independent.

  • TT is onto if the columns of AA span Rn\mathbb{R}^n

In particular, the dimension of AA can sometimes implies that TT cannot be one-to-one and onto.

Theorem: Let S={a1,,an}S=\{a_1,\ldots,a_n\} with aiRna_i\in \mathbb{R}^n, A=[ai]A=[a_i], and T(x)=AxT(x)=Ax. (So AA is square). Then the following are equivalent:

  • SS spans Rn\mathbb{R}^n

  • SS is linearly independent

  • Ax=bAx=b has a unique solution for all bRnb\in \mathbb{R}^n

  • T(xs)=bT(xs)=b has a unique solution for all bRnb\in \mathbb{R}^n

  • TT is onto

  • TT is one-to-one.

Geometry of linear transformations from R^2 to R^2

Lines go to lines (or points)! Why? T((1s)u+sv)=(1s)T(u)+sT(v)T((1-s)u+sv)=(1-s)T(u)+sT(v).

The columns of the matrix tells you where the standard basis goes.

Let's see what happens to the square {(x,y):0x,y1}\{(x,y):0\leq x,y\leq 1\} under the following transforms [3002] \begin{bmatrix} 3 & 0 \\ 0 & 2 \end{bmatrix} [1202] \begin{bmatrix} 1 & 2 \\ 0 & 2 \end{bmatrix} [1000] \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} [cos(θ)sin(θ)sin(θ)cos(θ)] \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix}