MATH 323 Lecture 10

From Notes
Jump to navigation Jump to search

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


Vector Space

Closure criteria:

  1. x→+y→∈V∀x→,y→∈V
  2. αx→∈V∀x→∈V∀α∈ℝ

Subspace

A vector space V automatically has two subspaces:

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

When S≠{0} and S≠V, 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)={x→∈ℝn∣Ax→=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 [10−110012−10], so the solutions of Ax→=0→ are

x→=⟨α−β,−2α+β,α,β⟩∀α,β∈ℝ=α(1−210)+β(−1101)


Linear Combinations and Span

Let v→=v1,…,vn∈V.

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)={v∈V∣V=α1v1+…+αnvn}

Example

b→1=⟨1,0,0⟩ and b→2=⟨0,1,0⟩ are in ℝ3

The span of b→1 and b→2 is the set of all vectors x→=αb→1+βb→2=⟨α,β,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)vn∈Span(v1,…,vn)λx→=(λα1)v1+…+(λαn)vn∈Span(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?

α1⟨1,1,1⟩+α2⟨1,1,0⟩+α3⟨1,0,0⟩=⟨x1,x2,x3⟩α1+α2+α3=x1α1+α2=x2α1=x3

This has a solution for any x→∈ℝ3, 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+c∈P3


Linear Independence

Given x→1=⟨1,−1,2⟩, x→2=⟨−2,3,1⟩, and x3→=⟨−1,3,8⟩,

S=Span(x→1,x→2,x→3)=Span(x→1,x→2)

This is true since x→3=3x→1+2x→2

The set {x→1,x→2,x→3} is called linearly dependent

  1. If v1,…,vn span V and one of these vectors can be written as a linear combination of the n−1 others, then those n−1 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 n−1 vectors iff there exist scalars c1,…,cn (not all zero!) such that c1v1+…+cnvn=0.