MATH 323 Lecture 10

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 27, 2012 | next »


Vector Space

Closure criteria:

  1. x+yVx,yV
  2. αxVxVα

Subspace

A vector space V automatically has two subspaces:

  1. S1={0}
  2. S2=V

When S{0} and SV, then S is called a proper subspace.

Null Space of Matrix

Let A be a m×n matrix, and let N(A) be the set of all solutions to the system Ax=0:

N(A)={xnAx=0}

N(A) is clalled the null space (also called nullspace or kernel) of A.

N(A) is a vector space since A(x+y)=Ax+Ay=0 and A(αx)=αAx=α0=0

Example

Determine N(A) if A=[11102101]

Gauss-Jordan reduction of A gives [1011001210], so the solutions of Ax=0 are

x=αβ,2α+β,α,βα,β=α(1210)+β(1101)


Linear Combinations and Span

Let v=v1,,vnV.

The sum α1v1+α2v2++αnvn, where αn, is called a linear combination of v.

The set of all such linear combinations is called the span of v:

Span(v1,,vn)={vVV=α1v1++αnvn}

Example

b1=1,0,0 and b2=0,1,0 are in 3

The span of b1 and b2 is the set of all vectors x=αb1+βb2=α,β,0.

These two vectors form the standard basis in 2D space.

Theorem

Span(v1,,vn) is a subspace of V

x=α1v1++αnvny=β1v1++βnvnx+y=(α1+β1)v1++(αn+βn)vnSpan(v1,,vn)λx=(λα1)v1++(λαn)vnSpan(v1,,vn)

Spanning Set

The set S={v1,,vn} is a spanning set for V if V=Span(v1,,vn)

If a subset of S is a spanning set of V, then S itself is a spanning set of V (set linear coefficient of other terms in set to 0).

Example

Span(ı^,ȷ^,k^)=3

These are the standard basis vectors for 3D space.

Example

Is {(111),(110),(100)} a spanning set of 3?

α11,1,1+α21,1,0+α31,0,0=x1,x2,x3α1+α2+α3=x1α1+α2=x2α1=x3

This has a solution for any x3, so it is indeed a spanning set (the vectors in the original problem are noncoplanar, so that's easier to visualize)

Example

P3 is the set of polynomials of degree < 3.

P3=Span(1,x,x2)

cv1+bv2+av3=ax2+bx+cP3


Linear Independence

Given x1=1,1,2, x2=2,3,1, and x3=1,3,8,

S=Span(x1,x2,x3)=Span(x1,x2)

This is true since x3=3x1+2x2

The set {x1,x2,x3} is called linearly dependent

  1. If v1,,vn span V and one of these vectors can be written as a linear combination of the n1 others, then those n1 vectors span V.
  2. Given n vectors v1,,vn, it is possible to write one of the vectors as a linear combination of the other n1 vectors iff there exist scalars c1,,cn (not all zero!) such that c1v1++cnvn=0.