Linear Algebra Lecture 24.

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.4 Basis And Dimension.
Section 4.6 (Rank).
4 4.3 © 2012 Pearson Education, Inc. Vector Spaces LINEARLY INDEPENDENT SETS; BASES.
THE DIMENSION OF A VECTOR SPACE
Dimension of a Vector Space (11/9/05) Theorem. If the vector space V has a basis consisting of n vectors, then any set of more than n vectors in V must.
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Linear Equations in Linear Algebra
Lecture 10 Dimensions, Independence, Basis and Complete Solution of Linear Systems Shang-Hua Teng.
1 MAC 2103 Module 10 lnner Product Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Define and find the.
Linear Algebra Lecture 25.
Linear Algebra Chapter 4 Vector Spaces.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate systems.
Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.
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:
Chapter 3 Vector Spaces. The operations of addition and scalar multiplication are used in many contexts in mathematics. Regardless of the context, however,
5.5 Row Space, Column Space, and Nullspace
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
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
Vector Spaces RANK © 2016 Pearson Education, Inc..
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
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
Arab Open University Faculty of Computer Studies M132: Linear Algebra
4.1 Introduction to Linear Spaces (a.k.a. Vector Spaces)
4.8 Rank Rank enables one to relate matrices to vectors, and vice versa. Definition Let A be an m  n matrix. The rows of A may be viewed as row vectors.
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.
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.
 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
Vector Spaces B.A./B.Sc. III: Mathematics (Paper II) 1 Vectors in Rn
Lecture 7 Vector Space Last Time - Properties of Determinants
Chapter 1 Linear Equations and Vectors
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 26.
Lecture 8 Vector Space Last Time - Vector Spaces and Applications
Lecture 7 Vector Space Last Time - Properties of Determinants
Row Space, Column Space, and Nullspace
Basis and Dimension Basis Dimension Vector Spaces and Linear Systems
Linear Algebra Lecture 22.
Elementary Linear Algebra
4.6: Rank.
1.3 Vector Equations.
Signal & Weight Vector Spaces
Linear Algebra Lecture 37.
Linear Algebra Lecture 39.
2.III. Basis and Dimension
Signal & Weight Vector Spaces
Linear Algebra Lecture 21.
Elementary Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Elementary Linear Algebra
Properties of Solution Sets
Maths for Signals and Systems Linear Algebra in Engineering Lectures 4-5, Tuesday 18th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN.
Linear Algebra Lecture 20.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Vector Spaces 1 Vectors in Rn 2 Vector Spaces
Linear Algebra Lecture 6.
Eigenvalues and Eigenvectors
Vector Spaces RANK © 2012 Pearson Education, Inc..
THE DIMENSION OF A VECTOR SPACE
Null Spaces, Column Spaces, and Linear Transformations
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
CHAPTER 4 Vector Spaces Linear combination Sec 4.3 IF
Presentation transcript:

Linear Algebra Lecture 24

Vector Spaces

Dimension of a Vector Space

‘n’ is intrinsic property called Dimension Recall A vector space with a basis B containing n vectors is isomorphic to Rn. ‘n’ is intrinsic property called Dimension

Theorem If a vector space V has a basis B = {b1, … , bn}, then any set in V containing more than n vectors must be linearly dependent.

Theorem If a vector space V has a basis of n vectors, then every basis of V must consist of exactly n vectors.

Definition If V is spanned by a finite set, then V is said to be finite-dimensional, and the dimension of V, written as dim V, is the number of vectors in a basis for V.

continued The dimension of the zero vector space {0} is defined to be zero. If V is not spanned by a finite set, then V is said to be infinite-dimensional.

Example 1 The vectors spaces Rn, Pn, Mmn are finite- dimensional. The vector spaces F (-inf, inf), C (-inf, inf), and Cm (-inf, inf) are infinite- dimensional.

Example 2

(a) Any pair of non-parallel vectors a, b in the xy-plane, which are necessarily linearly independent, can be regarded a basis of the subspace R2. In particular the set of unit vectors {i, j} forms a basis for R2 in dim (R2) = 2.

Any set of three non coplanar vectors {a, b, c} in ordinary (physical) space, which will be necessarily linearly independent, span the space R3. Therefore any set of such vectors forms a basis for R3. In particular the set of unit vectors {i, j, k} forms a basis of R3. This basis is called standard basis for R3. Therefore dim (R3) = 3.

The set of vectors {e1, e2, …, en } where e1 = (1, 0, 0, 0, …, 0), e2 = (0, 1, 0, 0, …, 0) e3 = (0, 0, 1, 0, …, 0), …, en = (0, 0, 0, 0, …, 1) is linearly independent. Moreover any vector x = (x1, x2 , …, xn) in Rn can be expressed as a linear combination of these vectors as x = x1e1 + x2e2 + x3e3 +…+ xnen. Hence the set {e1, e2, …, en} forms a basis for Rn. It is called the standard basis of Rn therefore dim (Rn) = n. Any other set of n linearly independent vectors in Rn will furnish a non-standard basis.

(b) The set B = {1, x, x2 , … ,xn} forms a basis for the vector space Pn of polynomials of degree < n. It is called the standard basis dim (Pn) = n + 1

(c) The set of 2 x 2 matrices with real entries (elements) {u1, u2, u3, u4} where u1 = ,u2 = ,u3 = ,u4 = is a linearly independent and every 2 x 2 matrix with real entries can be expressed as their linear combination. Therefore they form a basis for the vector space M2X2. This basis is called the standard basis for M2X2 dim (M2X2) = 4.

Example 3 Let W be the subspace of the set of all (2 x 2) matrices defined by W = {A = 2a– b + 3c + d = 0}. Determine the dimension of W.

Solution The algebraic specification for W can be rewritten as d = -2a + b – 3c. Now A = = = + + =a +b +c = a A1 + bA2 + cA3

Where A1 = , A2 = , and A3 = The matrix A is in W if and only if A = a A1 + b A2 + c A3, so {A1, A2, A3} is a spanning set for W. It is easy to show that the set {A1, A2, A3} is linearly independent, so it is a basis for W. It follows that dim (W) = 3.

Note dim ( Rn ) = n dim ( Pn ) = n + 1 dim ( Mmn ) = mn

Examples

Bases for Nul A and Col A

Find a basis for the null space of Example 7 Find a basis for the null space of

Find a basis for Col B, where Example 8 Find a basis for Col B, where

Note Elementary row operations on a matrix do not affect the linear dependence relations among the column of the matrix.

Example 9 Find a basis for Col A.

The pivot columns of a matrix A form a basis for Col A. Theorem The pivot columns of a matrix A form a basis for Col A.

Determine if {v1, v2} is a basis for R3. Is {v1, v2} a basis for R2? Example 10 Determine if {v1, v2} is a basis for R3. Is {v1, v2} a basis for R2?

Find a basis for the subspace W spanned by {v1, v2, v3, v4} Example 11 Find a basis for the subspace W spanned by {v1, v2, v3, v4}

Procedure: Basis and Linear Combination

basis for the space spanned by these vectors. … Example 12 (a) Find a subset of the vectors v1 = (1, -2, 0, 3), v2 = (2, -4, 0, 6), v3 = (-1, 1, 2, 0) and v4 = (0, -1, 2, 3) that form a basis for the space spanned by these vectors. …

(b) Express each vector not in the basis as a linear continued (b) Express each vector not in the basis as a linear combination of the basis vectors.

Theorem Let H be a subspace of a finite-dimensional vector space V. Any linearly independent set in H can be expanded, if necessary, to a basis for H. Also H is finite-dimensional and dimH < dimV

The Basis Theorem

Let V be a p-dimensional vector space, p> 1 Let V be a p-dimensional vector space, p> 1. Any linearly independent set of exactly p elements in V is automatically a basis for V. Any set of exactly p elements that spans V is automatically a basis for V.

Dimensions of Nul A and Col A

The dimension of Nul A is the number of free variables in the equation Ax = 0. The dimension of Col A is the number of pivot columns in A

Find the dimensions of the null space and column space of Example 15 Find the dimensions of the null space and column space of

Example 16 Decide whether each statement is true or false, and give a reason for each answer. Here V is a nonzero finite-dimensional vector space. …

1. If dim V = p and if S is a linearly dependent subset of V, then S contains more than p vectors. 2. If S spans V and if T is a subset of V that contains more vectors than S, then T is linearly dependent.

(1) False. Consider the set {0}. (2) True. By the Spanning Set Solution (1) False. Consider the set {0}. (2) True. By the Spanning Set Theorem, S contains a basis for V; call that basis . Then T will contain more vectors than . T is linearly dependent.

Linear Algebra Lecture 24