Subspace Hung-yi Lee Think: beginning subspace.

Slides:



Advertisements
Similar presentations
3.2 Bases and Linear Independence
Advertisements

5.2 Rank of a Matrix. Set-up Recall block multiplication:
Example: Given a matrix defining a linear mapping Find a basis for the null space and a basis for the range Pamela Leutwyler.
Vector Spaces & Subspaces Kristi Schmit. Definitions A subset W of vector space V is called a subspace of V iff a.The zero vector of V is in W. b.W is.
THE DIMENSION OF A VECTOR SPACE
Some Important Subspaces (10/29/04) If A is an m by n matrix, then the null space of A is the set of all vectors x in R n which satisfy the homogeneous.
Linear Algebra Lecture 25.
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
January 22 Review questions. Math 307 Spring 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver Phone.
Chapter Content Real Vector Spaces Subspaces Linear Independence
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
4.6: Rank. Definition: Let A be an mxn matrix. Then each row of A has n entries and can therefore be associated with a vector in The set of all linear.
Section 2.3 Properties of Solution Sets
3.1 Day 2 Applications and properties of a Kernel.
1.3 Solutions of Linear Systems
4.3 Linearly Independent Sets; Bases
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
4.1 Introduction to Linear Spaces (a.k.a. Vector Spaces)
Ch 6 Vector Spaces. Vector Space Axioms X,Y,Z elements of  and α, β elements of  Def of vector addition Def of multiplication of scalar and vector These.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
4.5: The Dimension of a Vector Space. Theorem 9 If a vector space V has a basis, then any set in V containing more than n vectors must be linearly dependent.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
4 4.2 © 2016 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
4 Vector Spaces 4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate.
Chapter 5 Chapter Content 1. Real Vector Spaces 2. Subspaces 3. Linear Independence 4. Basis and Dimension 5. Row Space, Column Space, and Nullspace 6.
Sec Sec Sec 4.4 CHAPTER 4 Vector Spaces Let V be a set of elements with vector addition and multiplication by scalar is a vector space if these.
Beyond Vectors Hung-yi Lee. Introduction Many things can be considered as “vectors”. E.g. a function can be regarded as a vector We can apply the concept.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
REVIEW Linear Combinations Given vectors and given scalars
Inverse of a Matrix Hung-yi Lee Textbook: Chapter 2.3, 2.4 Outline:
Lecture 7 Vector Space Last Time - Properties of Determinants
Linear Algebra Lecture 26.
Vector Spaces Prepared by Vince Zaccone
Linear Transformations
Chapter 2 Simultaneous Linear Equations (cont.)
VECTOR SPACES AND SUBSPACES
Row Space, Column Space, and Nullspace
Elementary Linear Algebra
Vector Spaces Prepared by Vince Zaccone
(High School) Vector 李宏毅 Hung-yi Lee.
Linear Algebra Lecture 22.
VECTOR SPACES AND SUBSPACES
Coordinate System Hung-yi Lee.
Linear Equations in Linear Algebra
4.6: Rank.
Orthogonal Projection
Linear Algebra Chapter 4 Vector Spaces.
1.3 Vector Equations.
Linear Algebra Lecture 37.
What can we know from RREF?
Linear Algebra Lecture 21.
Elementary Linear Algebra
Elementary Linear Algebra
Properties of Solution Sets
Linear Algebra Lecture 5.
Linear Algebra Lecture 20.
Chapter 4 Vector Spaces 4.1 Vector spaces and Subspaces
How many solutions? Hung-yi Lee New Question:
Vector Spaces, Subspaces
Eigenvalues and Eigenvectors
3.1 Day 2 Applications and properties of a Kernel
Lecture 9 Symmetric Matrices Subspaces and Nullspaces
THE DIMENSION OF A VECTOR SPACE
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
VECTOR SPACES AND SUBSPACES
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

Subspace Hung-yi Lee Think: beginning subspace

In Chapter 4 …… 民濕寢則腰疾偏死,鰌然乎哉?木處則惴慄恂懼, 猨猴然乎哉?三者孰知正處?民食芻豢,麋鹿食 薦,蝍蛆甘帶,鴟鴉嗜鼠,四者孰知正味?猨猵 狙以為雌,麋與鹿交,鰌與魚游。毛嬙、西施, 人之所美也;魚見之深入,鳥見之高飛,麋鹿見 之決驟,四者孰知天下之正色哉?《莊子‧齊物 論》 ㄆㄧㄢˋ  ㄐㄩ  神話傳說中的野獸。形似猿猴。《莊子.齊物論》:「猨,猵狙以為雌。」 The same vector or operation is represented differently when they are in different coordinate systems.

Subspace

Reference Textbook: chapter 4.1

Subspace A vector set V is called a subspace if it has the following three properties: 1. The zero vector 0 belongs to V 2. If u and w belong to V, then u+w belongs to V 3. If u belongs to V, and c is a scalar, then cu belongs to V Closed under (vector) addition 1. Is kind of redundent Closed under scalar multiplication 2+3 is linear combination

Examples Subspace? Property 1. 0  W 6(0)  5(0) + 4(0) = 0 Property 2. u, v  W  u+v  W u = [ u1 u2 u3 ]T, v = [ v1 v2 v3 ]T u+v=[ u1+v1 u2+v1 u3+v1 ]T 6(u1+v1)  5(u2+v2) + 4(u3+v3) = (6u1  5u2 + 4u3 ) + (6v1  5v2 + 4v3 ) = 0 + 0 = 0 Property 3. u  W  cu  W 6(cu1)  5(cu2) + 4(cu3) = c(6u1  5u2 + 4u3) = c0 = 0

Examples Subspace? Subspace? u  S1, u  0  u  S1 Subspace? Rn V = {cw  c  R} Subspace? Subspace? u  S1, u  0  u  S1 Subspace? Rn Subspace? {0} Subspace? zero subspace

Null Space The null space of a matrix A is the solution set of Ax=0. It is denoted as Null A. Null A is a subspace Null A = { v  Rn : Av = 0 } The solution set of the homogeneous linear equations Av = 0. 某個線性 function 得值域 A linear function is one-to-one Null space only contain 0

Null Space - Example Find a generating set for the null space of T. The null space of T is the set of solutions to Ax = 0 𝐴= 1 −1 2 −1 1 −3 𝑅= 1 −1 0 0 0 1 𝑥 1 = 𝑥 2 𝑥 1 𝑥 2 𝑥 3 = 𝑥 2 1 1 0 a generating set for the null space

Subspace v.s. Span The span of a vector set is a subspace Span Let 𝑆= 𝑤 1 , 𝑤 2 ,⋯, 𝑤 𝑘 𝑉=𝑆𝑝𝑎𝑛 𝑆 Property 1. 𝟎∈𝑉 Property 2. 𝒖,𝒗∈𝑉, 𝒖+𝒗∈V S = {w1, w2, , wk}. 0 = 0w1 + 0w2 +  + 0wk  SpanS ; u = a1w1 + a2w2 +  + akwk, v = b1w1 + b2w2 +  + bkwk,  u + v = (a1+b1)w1 + (a2+b2)w2 +  + (ak+bk)wk  SpanS , cu = ca1w1 + ca2w2 +  + cakwk  SpanS . Property 3. 𝒖∈𝑉, c𝒖∈𝑉 Span Subspace Next lecture

Column Space and Row Space Column space of a matrix A is the span of its columns. It is denoted as Col A. Row space of a matrix A is the span of its rows. It is denoted as Row A. If matrix A represents a function Col A is the range of the function

Column Space = Range The range of a linear transformation is the same as the column space of its standard matrix. Linear Transformation Standard matrix  Range of T =

RREF Original Matrix A v.s. its RREF R Columns: The relations between the columns are the same. The span of the columns are different. Rows: The relations between the rows are changed. The span of the rows are the same. 𝐶𝑜𝑙 A ≠𝐶𝑜𝑙 𝑅 𝑅𝑜𝑤 A=𝑅𝑜𝑤 𝑅

Consistent Ax = b have solution (consistent) b is the linear combination of columns of A b is in the span of the columns of A b is in Col A Solving Ax = u Solving Ax = v RREF([A u]) = RREF([A v]) =

Conclusion: Subspace is Closed under addition and multiplication