Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Worksheet 3

Due 10/20

  1. During the October 13th lecture, I wrote down many statements equivalent to "SS is a linearly independent set". Do the same for "SS is a spanning set". The answer is in the notes but see what you can do from memory.

ANSWER: See notes

  1. Let T:R2R3T:\mathbb{R}^2 \to \mathbb{R}^3 be a linear transformation. We know that there exists a matrix AA such that T(x)=AxT(x)=Ax.

    • Suppose we know that T(1,0)=(2,3,4)T(1,0)=(2,3,4) and T(0,1)=(1,2,1)T(0,1)=(-1,2,1). Can we determine AA? If so, what is it? If not, why not?

    • Suppose instead we know that T(1,0)=(2,3,4)T(1,0)=(2,3,4) and T(2,0)=(4,6,8)T(2,0)=(4,6,8). Can we determine AA? If so, what is it? If not, why not?

    • Suppose instead we know that T(1,0)=(2,3,4)T(1,0)=(2,3,4) and T(1,1)=(1,2,1)T(1,1)=(-1,2,1). Can we determine AA? If so, what is it? If not, why not?

    • Suppose instead we know that T(x)=uT(x)=u and T(y)=vT(y)=v. Under what conditions on xx and yy, can we determine AA?

ANSWER:

  • Yes. The columns of the matrix are (2,3,4)(2,3,4) and (1,2,1)(-1,2,1).

  • No. We don't know what T(0,1)T(0,1) is. There are infinitely many possibilities for AA. Just set T(0,1)T(0,1) to be whatever you like.

  • Yes. We need to determine what T(0,1)T(0,1) is. But (0,1)=(1,1)(1,0)(0,1)=(1,1)-(1,0). So by linearity, T(0,1)=T(1,1)T(1,0)=(2,3,4)(1,2,1)=(3,1,3)T(0,1)=T(1,1)-T(1,0)=(2,3,4)-(-1,2,1)=(3,1,3).

  • When x,yx,y are spanning (which is equivalent to linearly independent here!). More on this later.

  1. Come up with a linear transform that is:

    • One-to-one and onto

    • One-to-one but not onto

    • Onto but not one-to-one

    • Not one-to-one nor onto

ANSWER:

  • T(x,y)=(x,y)T(x,y)=(x,y).

  • T(x)=(x,0)T(x)=(x,0).

  • T(x,y)=xT(x,y)=x.

  • T(x,y)=(0,0)T(x,y)=(0,0).

  1. Is differentiation a linear transformation? The answer is yes. I just want you to think about why this is true.

  2. Do a full exam from the exam archive here under test like conditions.