Linear Algebra Lecture 26.

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

4 4.3 © 2012 Pearson Education, Inc. Vector Spaces LINEARLY INDEPENDENT SETS; BASES.
THE DIMENSION OF A VECTOR SPACE
Orthogonality and Least Squares
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Linear Equations in Linear Algebra
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Linear Algebra Lecture 25.
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.
Sections 1.8/1.9: Linear Transformations
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
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.
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:
Linear Equations in Linear Algebra
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
4.3 Linearly Independent Sets; Bases
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
1.7 Linear Independence. in R n is said to be linearly independent if has only the trivial solution. in R n is said to be linearly dependent if there.
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.
4 4.1 © 2012 Pearson Education, Inc. Vector Spaces VECTOR SPACES AND SUBSPACES.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
Lecture 7 Vector Space Last Time - Properties of Determinants
Eigenvalues and Eigenvectors
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
Linear Algebra Lecture 22.
VECTOR SPACES AND SUBSPACES
Elementary Linear Algebra
1.3 Vector Equations.
Linear Algebra Lecture 37.
Linear Algebra Lecture 39.
Determinants CHANGE OF BASIS © 2016 Pearson Education, Inc.
Signal & Weight Vector Spaces
Linear Algebra Lecture 21.
Theorems about LINEAR MAPPINGS.
Elementary Linear Algebra
Affine Spaces Def: Suppose
Elementary Linear Algebra
Linear Algebra Lecture 32.
Linear Algebra Lecture 24.
Linear Algebra Lecture 23.
Linear Algebra Lecture 20.
Linear Algebra Lecture 7.
Chapter 4 Vector Spaces 4.1 Vector spaces and Subspaces
RAYAT SHIKSHAN SANSTHA’S S. M. JOSHI COLLEGE HADAPSAR, PUNE
Vector Spaces, Subspaces
LINEAR INDEPENDENCE Definition: An indexed set of vectors {v1, …, vp} in is said to be linearly independent if the vector equation has only the trivial.
Linear Algebra Lecture 35.
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
Linear Algebra Lecture 28.
Linear Equations in Linear Algebra
Vector Spaces COORDINATE SYSTEMS © 2012 Pearson Education, Inc.
Eigenvalues and Eigenvectors
VECTOR SPACES AND SUBSPACES
Subspace Hung-yi Lee Think: beginning subspace.
Presentation transcript:

Linear Algebra Lecture 26

Vector Spaces

Definition Suppose the set B = {b1, …, bn} is a basis for V and x is in V. The coordinates of x relative to the basis B (or the B-coordinates of x) are the weights c1, … , cn such that

If c1,c2,…,cn are the B-Coordinates of x, then the vector in Rn is the coordinate of x (relative to B) or the B-coordinate vector of x. The mapping x  [x]B is the coordinate mapping (determined by B)

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

Change of Basis

Observe x = 3b1 + b2 x = 6c1 + 4c2 Our problem is to find the connection between the two coordinate vectors.

Two Coordinate Systems for same vector space 3c2 b2 b1 3b1 x c1 4c1 c2

Example 1 Consider two bases B = {b1, b2} and C = {c1, c2} for a vector space V, such that b1= 4c1 + c2 and b2 = -6c1 + c2 Suppose that x = 3b1 + b2 …

continued That is, suppose that Find [x]C . …

Solution

Theorem Let B = {b1, … , bn} and C = {c1, … , cn} be bases of a vector space V. Then there is an n x n matrix such that …

are the C-coordinate vectors of the vectors in the basis B. That is, continued The columns of are the C-coordinate vectors of the vectors in the basis B. That is, …

Note The matrix is called the change of coordinate matrix from B to C. Multiplication by converts B-coordinates into C-coordinates …

Observe

Change of Basis in Rn If B = {b1, …, bn} and E is the standard basis {e1, … , en} in Rn, then [b1]E = b1, and likewise for the other vectors in B. In this case,

F={f1, f2, f3} be basis for vector space V, and suppose that Example 2 Let D={d1, d2, d3} and F={f1, f2, f3} be basis for vector space V, and suppose that f1 = 2d1- d2 + d3, f2 =3d2 + d3, f3 = -3d1 + 2d3. …

Coordinates matrix from F to D. (2) Find [x]D for x = f1 – 2f2 + 2f3. continued (1) Find the change-of Coordinates matrix from F to D. (2) Find [x]D for x = f1 – 2f2 + 2f3.

and consider the bases for R2 given by B = {b1, b2} and Example 3 and consider the bases for R2 given by B = {b1, b2} and C = {c1, c2}. Find the change-of- coordinates matrix from B to C.

and consider the bases for R2 given by B = {b1, b2} and Example 4 and consider the bases for R2 given by B = {b1, b2} and C = {c1, c2}. Find the change-of- coordinates matrix from C to B and also from B to C.

and consider the bases for R2 given by B = {b1, b2} and Example 5 and consider the bases for R2 given by B = {b1, b2} and C = {c1, c2}. Find the change-of- coordinates matrix from C to B and also from B to C.

be bases for a vector space V, and let P be a matrix whose Example 6 1. Let F = {f1, f2} and G = {g1, g2} be bases for a vector space V, and let P be a matrix whose columns are [f1]G. Which of the following equations is satisfied by P for all v in V? …

(i) [v]F = P[v]G (ii) [v]G = P[v]F 2. Consider two bases continued (i) [v]F = P[v]G (ii) [v]G = P[v]F 2. Consider two bases B = {b1, b2} and C = {c1, c2} for a vector space V, such that b1= 4c1 + c2 and b2 = -6c1 + c2. Find the change-of-coordinates matrix from C to B.

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

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:

(a) If u and v are vectors in W, then u + v is in W 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.

Nul A = {x: x is in Rn and Ax = 0} Definition The null space of an m x n matrix A (Nul A) is the set of all solutions of the hom equation Ax = 0 Nul A = {x: x is in Rn and Ax = 0}

Definition The column space of an m x n matrix A (Col A) is the set of all linear combinations of the columns of A.

Definition The column space of an m x n matrix A (Col A) is the set of all linear combinations of the columns of A.

Definition An indexed set of vectors {v1,…, vp} in V is said to be linearly independent if the vector equation has only the trivial solution, c1=0, c2=0,…,cp=0

Definition The set {v1,…,vp} is said to be linearly dependent if (1) has a nontrivial solution, that is, if there are some weights, c1,…,cp, not all zero, such that (1) holds. In such a case, (1) is called a linear dependence relation among v1, … , vp.

B = {b1,…, bp} in V is a basis for H if … Definition Let H be a subspace of a vector space V. An indexed set of vectors B = {b1,…, bp} in V is a basis for H if …

continued B is a linearly independent set, and the subspace spanned by B coincides with H; that is, H = Span {b1,...,bp }.

Linear Algebra Lecture 26