Chapter 4 Vector Spaces 4.1 Vector spaces and Subspaces

Slides:



Advertisements
Similar presentations
Vector Spaces A set V is called a vector space over a set K denoted V(K) if is an Abelian group, is a field, and For every element vV and K there exists.
Advertisements

MAT 2401 Linear Algebra Exam 2 Review
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.
Elementary Linear Algebra Anton & Rorres, 9th Edition
THE DIMENSION OF A VECTOR SPACE
Orthogonality and Least Squares
Linear Algebra Lecture 25.
Chapter 5: The Orthogonality and Least Squares
Linear Algebra Chapter 4 Vector Spaces.
Chapter 2 Simultaneous Linear Equations (cont.)
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Chapter 5 General Vector Spaces.
Section 5.1 Real Vector Spaces. DEFINITION OF A VECTOR SPACE Let V be any non-empty set of objects on which two operations are defined: addition and multiplication.
Vectors in R n a sequence of n real number An ordered n-tuple: the set of all ordered n-tuple  n-space: R n Notes: (1) An n-tuple can be viewed.
Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.
Chapter 3 Vector Spaces. The operations of addition and scalar multiplication are used in many contexts in mathematics. Regardless of the context, however,
Chapter Content Real Vector Spaces Subspaces Linear Independence
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
Chap. 4 Vector Spaces 4.1 Vectors in Rn 4.2 Vector Spaces
4.3 Linearly Independent Sets; Bases
Vector Spaces Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
4 4.1 © 2016 Pearson Education, Ltd. Vector Spaces VECTOR SPACES AND SUBSPACES.
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 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.
Lecture 7 Vector Spaces Lat Time Properties of Determinants Introduction to Eigenvalues Applications of Determinants Vectors in R n Elementary Linear Algebra.
4 4.1 © 2012 Pearson Education, Inc. Vector Spaces VECTOR SPACES AND SUBSPACES.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
REVIEW Linear Combinations Given vectors and given scalars
1.4 The Matrix Equation Ax = b
Vector Spaces B.A./B.Sc. III: Mathematics (Paper II) 1 Vectors in Rn
Lecture 7 Vector Space Last Time - Properties of Determinants
Linear Algebra Lecture 26.
Vector Spaces Prepared by Vince Zaccone
Chapter 2 Simultaneous Linear Equations (cont.)
Lecture 7 Vector Space Last Time - Properties of Determinants
VECTOR SPACES AND SUBSPACES
Row Space, Column Space, and Nullspace
Elementary Linear Algebra
Section 4.1: Vector Spaces and Subspaces
Section 4.1: Vector Spaces and Subspaces
Vector Spaces Prepared by Vince Zaccone
Linear Algebra Lecture 22.
VECTOR SPACES AND SUBSPACES
Linear Equations in Linear Algebra
Linear Algebra Chapter 4 Vector Spaces.
1.3 Vector Equations.
Linear Algebra Lecture 37.
Linear Algebra Lecture 39.
Signal & Weight Vector Spaces
Linear Algebra Lecture 21.
Elementary Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Elementary Linear Algebra
Linear Algebra Lecture 5.
Linear Algebra Lecture 24.
Linear Algebra Lecture 20.
Vector Spaces 1 Vectors in Rn 2 Vector Spaces
Vector Spaces, Subspaces
ABASAHEB KAKADE ARTS COLLEGE BODHEGAON
Vector Spaces RANK © 2012 Pearson Education, Inc..
THE DIMENSION OF A VECTOR SPACE
Elementary Linear Algebra Anton & Rorres, 9th Edition
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
VECTOR SPACES AND SUBSPACES
Subspace Hung-yi Lee Think: beginning subspace.
Presentation transcript:

Chapter 4 Vector Spaces 4.1 Vector spaces and Subspaces 向量空间 和 子空间 4.2 Null Space and Column Space 零空间 和 列空间 4.3 Linearly independent sets, bases 4.4 Coordinate systems 坐标系 4.5 The dimension of a vector space 维数 4.6 Rank 秩

4.1 Vector spaces and Subspaces 向量空间 和 子空间

DEFINITION A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the ten axioms (or rules) listed below. The axioms must hold for all vectors u, v and w in V and for all scalars c and d. 1. The sum of u and v, denoted by u + v, is in V 2. u + v = v + u 3. ( u + v ) + w = u + ( v + w ) 4. There is a zero vector 0 in V, such that u + 0 = u 5. For each vector u in V, there is a vector –u in V, such that u + (–u) = 0 6. The scalar multiple of u by c, denoted by cu, is in V 7. c ( u + v ) = cu + cv 8. ( c + d ) u = cu + du 9. c ( du ) = ( cd ) u 10. 1u = u

In a vector space, The zero vector is unique, the vector -u, called the negative of u, is unique for each u in V. And 0u = 0, c0 = 0, -u = (-1)u.

Subspace 子空间 DEFINITION A subspace of a vector space V is a subset H of V that has three properties: a. The zero vector of V is in H. b. H is closed under vector addition. That is, for each u and v in H, the sum u + v is in H. c. H is closed under multiplication by scalars. That is, for each u is in H and each scalar c, the vector cu is in H.

EXAMPLE The set consisting of only zero vector in a vector space V is a subspace of V, called the zero subspace and written as {0}.

A Subspace Spanned by a Set EXAMPLE Given v1 and v2 in a vector space V, then H = Span{v1, v2} is a subspace of V.

If v1, v2 ,…, vp are in a vector space V, then Span{v1, v2 ,…, vp } THEOREM 1 If v1, v2 ,…, vp are in a vector space V, then Span{v1, v2 ,…, vp } is a subspace of V.

EXAMPLE is a subspace of R4.

Let W be the set of all vectors of the form Show that W is a subspace of

Let H be the set of all vectors in whose coordinates a,b,c,d satisfy the equations Show that H is a subspace of

Let Is

4.2 Null Space and Column Space The Null Space of a Matrix DEFINITION The null space of an m×n matrix A, written as Nul A, is the set of all solutions to the homogeneous equation Ax = 0. In set notation, Nul A = {x : xRn and Ax = 0 }.

THEOREM 2 The null space of an m×n matrix A is a subspace of Rn.

So, Nul A = Span{u,v,w}

Let Determine if

The Column Space of a Matrix DEFINITION The column space of an m×n matrix A, written as Col A, is the set of all linear combinations of the columns of A. If A=[a1,…,an], then Col A = Span{ a1,…,an } Col A ={b : b is in Rm and b=Ax for some x in Rn}

THEOREM 3 The column space of an m×n matrix A is a subspace of Rm.

Let Find the spanning set of NulA and ColA.