MATH 323 Lecture 18

From Notes
Jump to navigation Jump to search

« previous | Tuesday, October 30, 2012 | next »


Announcements

  • Test 2 will be November 13
  • Math Club meeting Monday, November 5, 19:00 BLOC 117 — Dr. Frank Sotile on hyperbolic soccerballs.
  • Office hours this week are 14:20–15:20

Similarity

L:VV

Let AL be the transformation matrix for L.

  1. if B is the matrix representing L w.r.t. [u1,u2]
  2. if A is the matrix representing L w.r.t. [e1,e2]
  3. U is the transition matrix corresponding to the change of basis from [u1,u2] to [e1,e2]

Then B=U1AU. [1]

A is similar to B iff the above equation holds for some nonsingular U

Example

Consider L(x)=2x1,x1+x2

AL,[e1,e2]=(2011)

Let [u1=1,1,u2=1,1] be another basis

L(u1)=Au1=(2011)(11)=(22)L(u2)=Au2=(2011)(11)=(20)

Transition matrix from [e1,e2] to [u1,u2] is U=(u1,u2)=(1111)

Transition matrix from [u1,u2] to [e1,e2] is U1=(12121212)


U1L(u1)=(20)U1L(u2)=(11)

The matrix B=(2101)=U1AU represents L w.r.t. [u1,u2]

Theorem 4.3.1

Let E=[v1,,vn] and F=[w1,,wn] be two ordered bases for a vector space V, and let L be a linear operator on V.

Let S be the transition matrix representing the change from F to E.

If A is the matrix representing L w.r.t. E and B is the matrix representing L w.r.t. F, then B=S1AS.

Proof

xn, v=x1w1++xnwn, and x^=x1,,xn=[v]F.

Let y=Sx=[v]E, t=Ay=[L(v)]E, z=Bx=[L(v)]F, where S is transition matrix from F to E and S1 is transition matrix from E to F.

S1t=z, S1ASx=z=Bx

Finding new Bases

A represents L w.r.t E=[v1,,vn]

Suppose we haeve w1=S11v1++Sn1vn through wn=S1nv1++Snnvn. Then F=[w1,,wn] gives us a new basis.

Example

D:P3P2=ddx find B representing D w.r.t. [1,x,x2] and A representing D w.r.t. [1,2x,4x22].

D(1)=0D(x)=1D(x2)=2xB=[010002000]D(1)=0D(2x)=2D(4x22)=8xA=[020004000]

Write [1,2x,4x22] as a linear combination of [1,x,x2] to find S:

1=11+0x+0x22x=01+2x+0x24x22=21+0x+4x2S=[102020004]S1=[101201200014]

Thus it holds that B=S1AS.


Chapter 5: Orthogonality

Scalar Product

x,yn

Scalar product (also called dot product) is defined as

xy=i=1nxiyi=x1y1++xnyn=xTy=(x1,,xn)(y1yn)

Length

The length of an n-dimensional vector is given by

x=x=1nxi2

The distance between two vectors x and y can be found from xy

Theorem 5.1.1

If x,yn and θ is the angle between them, then

xy=xycosθ

Footnotes

  1. For B=U1AU, we say that A and B are conjugate by U.