MATH 323 Lecture 13

From Notes
Jump to navigation Jump to search

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

Brain dump on Vector Space

Review

  1. span: Span(v1,,vn)V
  2. linear independence: c1v1++cnvn=0
  3. if 1 & 2, then v's define a basis (w=c1v1++cnvnwV
  4. cardinality of basis is dimension
    • if {vi}i=1n and {wj}j=1k are bases for V, then n=k.
    • Note: dimV=0V={0}

Bases of Subspace

For a vector space V with dimension less than ∞, if WV, then dimW<dimV.

Infinite Dimension

Let P=n=1Pn represent the space of polynomials. Then dimPn=|{1,x,,xn1}|=n and dimP=

Column and Row Space

For a m×n matrix, M=(v1,,vn), where v's are columns.

Span(v1,,vn)Rm is called the column space of M.

Span(w:rows of M)Rn is called row space of M.


Theorem 3.4.4

For vector space V with dimension dimV=n>0, then

  1. no set of fewer than n vectors can span V;
  2. any subset of fewer than n linearly independent vectors can be extended (i.e. vectors can be added) to form a basis for V; and
  3. any spanning set containing more than n vectors can be pared down (i.e. vectors can be removed) to form a basis for V.


Bases in Euclidean Space

v1,,vnn is a basis iff |M|0, where M=(v1,,vn) is a n×n matrix.

Standard Bases

ı^,ȷ^,k^ is standard basis in 3.

A standard basis for n is a set {e1,,en} such that ith entry of ei is 1, and all other entries are 0

Let [a,b] denote an ordered set representation, such that [a,b][b,a]. [e1,e2] will denote an ordered basis for 2, for example.

Conversion of Bases

To Standard Basis

For u1,u22, Span(u1,u2)=2, and let [u1,u2] be a second basis (i.e. not standard).

We can use basis vectors to describe any point x=c1u1+c2u2 in 2.

  1. Given x=x1,x2, find its coordinates w.r.t. [u1,u2]
  2. Given c1u1+c2u2, find its coordinates w.r.t. [e1,e2].

Examples

u1=3,2=3e1+2e2 and u2=1,1=e1+e2.

Case 2: c1u1+c2u2=c1(3e1+2e2)+c2(e1+e2)=(3c1+c2)e1+(2c1+c2)e2.


Case 1: x=3c1+c2,2c1+c2=[3121][c1c2].

Note: The 2×2 matrix U=(u1,u2) is called the transition matrix.

Assuming |U|0, c=U1x

To Arbitrary Basis

[v1,v2][u1,u2]

x=c1v1+c2v2=d1u1+d2u2

Let V=(v1,v2) and U=(u1u2). Then (assuming V and U are nonsingular)

Vc=Udd=U1Vc

The product S=U1V is the tranformation matrix from [v1,v2] to [u1,u2]

Summary

Cases for transformation matrix S

  1. [v1,v2][e1,e2]:S=V
  2. [v1,v2][u1,u2]:S=U1V
  3. [e1,e2][u1,u2]:S=U1

Note that S for standard basis [e1,e2] is the identity matrix, so S=U1I=U1

Coordinate Vector

For vector space V with dimension dimV=n, let E=[v1,v2,,vn] be the ordered basis for V. Thus v=c1v1+c2v2++cnvnvV.

The vector c=c1,c2,,cnn is called the coordinate vector of V w.r.t. E and is denoted c=[V]E.

Therefore, the previous section could be rewritten as

[X]F=S[X]E
where E and F are ordered bases for U and V, respectively, and S=U1V

Review

Maximum number of points = 50 + 7 pt. bonus question

Look over Determinants, null spaces, and solving linear systems of equations.