MATH 323 Lecture 17

From Notes
Jump to navigation Jump to search

« previous | Thursday, October 25, 2012 | next »


Linear Transformation

L:nmAm×n

A=(ai=L(ei)

Rotation Transformation

Let L be a rotation by angle θ about the origin.

L(e1)=(cosθsinθ)L(e2)=(sinθcosθ)A=(cosθsinθsinθcosθ)

In General

For arbitrary L:VW, where E=[v1,,vn] is a basis in V and F=[w1,,wm] is a basis in W.

v[v]En is the coordinate vector of v w.r.t E so v=i=1nxivi=x1,,xn

For some i=1myiwi=L(v)W, we can represent [L(v)]F as y1,,ymm.

y=Ax[L(v)]F=A[v]E [1], so what is A?

aj=[L(vj)]F for j=1,,n
A=(ai,,an)

Theorem 4.2.2

Matrix representation theorem

If E=[v1,,vn] and F=[w1,,wm] are ordered bases for vector spaces V and W respectively, then corresponding to each linear transformation L:VW there is an m×n matrix A such that

[L(v)]F=A[v]E for each vV

A is the matrix representing L relative to the ordered bases E and F.

In fact, A=(a1,,an), where aj=[L(vj)]F for j=1,,n.

Examples

For x3 and [b1=1,1,b2=1,1] is a basis in 2, find the matrix A representing L(x)=x1b1+(x2+x3)b2 w.r.t. ordered bases [e1,e2,e3] (standard 3D basis) to B=[b1,b2]

Just take A=(aj=L(ei))=(100011)


L(αb1+βb2)=(α+β)b1+2βb2, where [b1,b2] is a basis for 2. Find A.

A=(L(1b1+0b2),L(0b1+1b2))=(1102)


D:P3P2, where D(p(x))=p(x).

[x2,x,1] forms basis for P3, and [x,1] forms basis for P2

D(x2)=2x=2x+01D(x)=1=0x+11D(1)=0=0x+01D(ax2+bx+c)=2ax+b

Thus A=[200010]

[p(x)][x2,x,1]=a,b,c[D(p(x))][x,1]=2a,b


Reversing Linear Transformations

Theorem 4.2.3

Given E=[u1,un] and F=[b1,,bm] are bases for n and m respectively,

If A is the matrix representing L:nm w.r.t. E and F, then

aj=B1L(uj) for j=1,,n, where B=(b1,,bm)

Corollary 4.2.4

If A is the matrix representing the linear transformation L:nm w.r.t. E and F, then the rref of (b1,,bmL(u1),,L(un)) is (IA).

Example

L:23,

Basis [u1,u2] is u1=1,2, u2=3,1

Basis [b1,b2,b3] is b1=1,0,0, b2=1,1,0, b3=1,1,1

L(x)=(x2x1+x2x1x2)

What is A w.r.t. [u1,u2] and [b1,b2,b3]?

L(u1)=2,3,1L(u2)=1,4,2

[111210113400112][100130104200112]

A=(134212)

Footnotes

  1. The correspondence between V and n given by (xn)=[vV]E; and between w=L(v)W and Ax=[w]Fm is called isomorphism