Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

October 11

Announcements

  • Section 2.3, 3.1 due next Thursday

  • Write down name if you did worksheet 2

  • Midterm next week

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

3.1 Linear transformation

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. Once you know this, you should know everything.

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}

Piecing things together

Theorem: Let S={v1,,vn}S=\{v_1,\ldots,v_n\}. Let AA be the matrix with the elements of SS as columns. Let BB be an echelon matrix equivalent to AA. Let TT be a linear transform with T(x)=AxT(x)=Ax. Then the following are equivalent

  • The set SS is linearly independent.

  • The linear equation x1v1++xnvn=0x_1v_1+\ldots+x_nv_n=0 has only the trivial solution.

  • Every columns of BB has a pivot. (computationally useful)

  • For any bRnb\in \mathbb{R}^n, the equation x1v1++xnvn=bx_1v_1+\ldots+x_nv_n=b has a unique solution.

  • The homogenous equation Ax=0Ax=0 has only the trivial solution.

  • For any bRnb\in \mathbb{R}^n, the equation Ax=bAx=b has at most one solution.

  • For any bRnb\in \mathbb{R}^n, bb can be expressed as a linear combination of elements in SS in at most one way.

  • The zero vector can be expressed as a linear combination of elements in SS in only one way.

  • TT is a one-to-one linear transformation.

  • The only solution to T(x)=0T(x)=0 is x=0x=0. If T(x)=0T(x)=0, then x=0x=0.

  • There is at most one solution to T(x)=bT(x)=b.

Theorem: Let S={v1,,vn}S=\{v_1,\ldots,v_n\} be a set of vectors in Rm\mathbb{R}^m. Let AA be the matrix with the elements of SS as columns. Let BB be an echelon matrix equivalent to AA. Let TT be a linear transform with T(x)=AxT(x)=Ax. Then the following are equivalent

  • The set SS spans Rm\mathbb{R}^m.

  • The linear equation x1v1++xnvn=bx_1v_1+\ldots+x_nv_n=b always has a solution.

  • Every row of BB has a pivot. (computationally useful)

  • For any bRnb\in \mathbb{R}^n, the equation Ax=bAx=b has at least one solution.

  • For any bRnb\in \mathbb{R}^n, bb can be expressed as a linear combination of elements in SS in at least one way.

  • TT is a onto linear transformation.

  • There is always a solution to T(x)=bT(x)=b.

Examples:

Kristin DeVleming exam: Let u1=(4,4,2)u_1=(4,4,2) and u2=(8,5,3)u_2=(8,5,-3). Let v=(26,17,8)v=(26,17,-8). Write vv as a linear combination of u1,u2u_1,u_2. Write a vector ww that is not in the span of u1,u2u_1,u_2.

Josh Swanson exam: Are the following sets spanning?

  • {(1,2,3),(1,1,2),(1,0,7)}\{(1,2,3),(-1,-1,2),(-1,0,7)\}

  • {(1,1,1),(0,1,2),(2,0,2),(1,3,1)}\{(1,-1,1), (0,1,2),(-2,0,2),(1,3,1)\}.