Linear Algebra Lecture 20.

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

5.1 Real Vector Spaces.
8.2 Kernel And Range.
6.1 Vector Spaces-Basic Properties. Euclidean n-space Just like we have ordered pairs (n=2), and ordered triples (n=3), we also have ordered n-tuples.
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.
5.3 Linear Independence.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Vector Spaces (10/27/04) The spaces R n which we have been studying are examples of mathematical objects which have addition and scalar multiplication.
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Linear Equations in Linear Algebra
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Linear Algebra Chapter 4 Vector Spaces.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Chapter 5 General Vector Spaces.
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.
5.5 Row Space, Column Space, and Nullspace
1 MAC 2103 Module 8 General Vector Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Recognize from the standard.
4.3 Linearly Independent Sets; Bases
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
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.
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.
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.
Two sets:VECTORS and SCALARS four operations: A VECTOR SPACE consists of: A set of objects called VECTORS with operation The vectors form a COMMUTATIVE.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
REVIEW Linear Combinations Given vectors and given scalars
7.3 Linear Systems of Equations. Gauss Elimination
Lecture 7 Vector Space Last Time - Properties of Determinants
8.2 Kernel And Range.
Linear Algebra Lecture 26.
VECTOR SPACES AND SUBSPACES
Row Space, Column Space, and Nullspace
Section 4.1: Vector Spaces and Subspaces
Section 4.1: Vector Spaces and Subspaces
Linear Algebra Lecture 22.
VECTOR SPACES AND SUBSPACES
Linear Equations in Linear Algebra
Elementary Linear Algebra
Linear Algebra Chapter 4 Vector Spaces.
1.3 Vector Equations.
Linear Algebra Lecture 37.
4.3 Subspaces of Vector Spaces
Linear Algebra Lecture 3.
Linear Algebra Lecture 39.
Linear Algebra Lecture 21.
Linear Algebra Lecture 38.
Elementary Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Elementary Linear Algebra
Linear Algebra Lecture 32.
Linear Algebra Lecture 5.
Linear Algebra Lecture 24.
Vector Spaces 1 Vectors in Rn 2 Vector Spaces
Linear Algebra Lecture 7.
Chapter 4 Vector Spaces 4.1 Vector spaces and Subspaces
Vector Spaces, Subspaces
ABASAHEB KAKADE ARTS COLLEGE BODHEGAON
General Vector Spaces I
Elementary Linear Algebra Anton & Rorres, 9th Edition
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Linear Algebra Lecture 28.
VECTOR SPACES AND SUBSPACES
Subspace Hung-yi Lee Think: beginning subspace.
Presentation transcript:

Linear Algebra Lecture 20

Vector Spaces

Vector Spaces and Subspaces

Definition Let V be an arbitrary nonempty set of objects on which two operations are defined, addition and multiplication by scalars.

If the following axioms are satisfied by all objects u, v, w in V and all scalars l and m, then we call V a vector space.

1. u + v is in V 2. u + v = v + u Axioms of Vector Space For any set of vectors u, v, w in V and scalars l, m, n: 1. u + v is in V 2. u + v = v + u

3. u + (v + w) = (u + v) + w 4. There exist a zero vector 0 such that 0 + u = u + 0 = u 5. There exist a vector –u in V such that -u + u = 0 = u + (-u)

6. (l u) is in V 7. l (u + v)= l u + l v 8. m (n u) = (m n) u = n (m u) 9. (l +m) u= I u+ m u 10. 1u = u where 1 is the multiplicative identity

Example 1 The set of all ordered n-tuple Rn is a vector space under the standard operations of addition and scalar multiplication.

R2 (the vectors in the plane) R3 (the vectors in 3-space) Note Three cases of Rn are R (the real numbers) R2 (the vectors in the plane) R3 (the vectors in 3-space)

Example 2 The set V of all 2x2 matrices having real entries with normal matrix addition and scalar multiplication

(a f ) (x) = a f (x), If f, g in V, and a in R, then Example 3 Let V be the set of all real-valued functions defined on the entire real line. If f, g in V, and a in R, then (f +g) (x) = f (x) + g (x), (a f ) (x) = a f (x),

Example 4

Continued

Example 5 Let V consist of a single object {0} and 0 + 0 = 0 and k 0 = 0 for all scalars k. zero vector space.

Example 6 Let V be any plane through the origin in R3. The set of points in V is a vector space under normal addition and scalar multiplication

Example 7

For any vector u in V, 1u = 1(u1, u2) = (1 u1, 0) = (u1, 0) u Solution For any vector u in V, 1u = 1(u1, u2) = (1 u1, 0) = (u1, 0) u Axiom 10 is not satisfied.

Definition A subset W of a vector space V is called a subspace of V if W itself is a vector space under the addition and scalar multiplication defined on V.

Theorem If W is a set of one or more vectors from a vector space V, then W is subspace of V if and only if the following conditions hold:

Continued (a) If u and v are vectors in W, then u + v is in W (b) If k is any scalar and u is any vector in W, then k u is in W.

Note Every vector space has at least two subspaces, itself and the subspace {0}

Example 8 Let W be the subset of R3 having vectors of the form (a, b, 0), where a and b are real numbers. Is W a subspace of R3?

Solution

The set W consisting of all 2x3 matrices of the form is a Subspace Example 9 The set W consisting of all 2x3 matrices of the form is a Subspace

Example 10 W, a subset of R3, having vectors of the form (a, b, 1), where a, b are any real numbers is not a subspace of R3.

Theorem If Ax = 0 is a homogeneous linear system of m equations in n unknowns, then the set of solution vectors is a subspace of Rn.

Example 16

is a subspace of V. then H = Span {v1, v2} If v1 and v2 are in V, Example 17 If v1 and v2 are in V, then H = Span {v1, v2} is a subspace of V.

is a subspace of V. If v1, … , vp are in V, then Span { v1,…, vp } Theorem If v1, … , vp are in V, then Span { v1,…, vp } is a subspace of V.

H = {(a – 3b, b – a, a, b): a and b in R}. is a subspace of R4. Example 18 The Set H = {(a – 3b, b – a, a, b): a and b in R}. is a subspace of R4.

Linear Algebra Lecture 20