1 / 54

4.1 Vectors in R n

n -space: R n. the set of all ordered n-tuple. Chapter 4 Vector Spaces. 4.1 Vectors in R n. An ordered n -tuple:. a sequence of n real number. Notes:. (1) An n -tuple can be viewed as a point in R n with the x i ’s as its coordinates.

Download Presentation

4.1 Vectors in R n

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. n-space: Rn the set of all ordered n-tuple Chapter 4 Vector Spaces 4.1 Vectors in Rn • An ordered n-tuple: a sequence of n real number • Notes: (1) An n-tuple can be viewed as a point in Rn with the xi’s as its coordinates. (2) An n-tuple can be viewed as a vector in Rnwith the xi’s as its components.

  2. n = 1 R1 = 1-space = set of all real number n = 2 R2 = 2-space = set of all ordered pair of real numbers n = 3 R3 = 3-space = set of all ordered triple of real numbers n = 4 R4 = 4-space a point a vector = set of all ordered quadruple of real numbers • Ex:

  3. (two vectors in Rn) • Equal: • if and only if • Vector addition (the sum of u and v): • Scalar multiplication (the scalar multiple of u by c): • Notes: The sum of two vectors and the scalar multiple of a vector in Rn are called the standard operations in Rn.

  4. Difference: • Zero vector: • Notes: (1) The zero vector 0 in Rn is called the additive identityin Rn. (2) The vector –v is called the additive inverse of v. • Negative:

  5. Notes: A vector in can be viewed as: a 1×n row matrix (row vector): or a n×1 column matrix (column vector):

  6. The matrix operations of addition and scalar multiplication • give the same results as the corresponding vector representations Vector addition Scalar multiplication

  7. 4.2 Vector Spaces • Notes: A vector space consists of four entities: a set of vectors, a set of scalars, and two operations

  8. Examples of vector spaces: (1) n-tuple space:Rn vector addition scalar multiplication (2) Matrix space:(the set of all m×n matrices with real values) Ex: :(m = n = 2) vector addition scalar multiplication

  9. (4) Function space: (the set of all real-valued continuous functions defined on the entire real line.) (3) n-th degree polynomial space: (the set of all real polynomials of degree n or less)

  10. Notes: To show that a set is not a vector space, you need only to find one axiom that is not satisfied.

  11. 4.3 Subspaces of Vector Space • Definition of Subspace of a Vector Space: A nonempty subset W of a vector space V is called a subspace of V if W is itself a vector space under the operations of addition and scalar multiplication defined in V. • Trivial subspace: Every vector space V has at least two subspaces. (1)Zero vector space {0} is a subspace of V. (2) V is a subspace of V.

  12. 4.4 Spanning Sets and Linear Independence

  13. Notes:

  14. Notes: • Notes:

  15. Note:

  16. 4.5 Basis and dimension • Notes: (1) the standard basis for R3: {i, j, k} i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1) (2) the standard basis for Rn : {e1, e2, …, en} e1=(1,0,…,0),e2=(0,1,…,0), en=(0,0,…,1) Ex:R4 {(1,0,0,0), (0,1,0,0), (0,0,1,0), (0,0,0,1)}

  17. (3) the standard basis for mn matrix space: Ex:P3(x) { Eij | 1im , 1jn } {1, x, x2, x3} Ex: matrix space: (4) the standard basis for polynomials Pn(x): {1, x, x2, …, xn}

  18. Ex: (1) Vector space Rn basis {e1, e2,  , en}  dim(Rn) = n (2) Vector spaceMmn basis {Eij | 1im , 1jn}  dim(Mmn)=mn (3) Vector spacePn(x)  basis {1, x, x2,  , xn}  dim(Pn(x)) = n+1  dim(P(x)) =  (4) Vector spaceP(x)  basis {1, x, x2, }

  19. 4.6 Rank of a Matrix and System of Linear Equations • row vectors: Row vectors of A • column vectors: Column vectors of A || || || A(1)A(2)A(n)

  20. Notes: (1) The row space of a matrix is not changed by elementary row operations. (2) Elementary row operations can change the column space.

  21. Pf:rank(AT) = dim(RS(AT)) = dim(CS(A)) = rank(A) • Notes:rank(AT) = rank(A)

  22. Notes: (1) The nullspace of A is also called the solution space of the homogeneous system Ax = 0. (2) nullity(A) = dim(NS(A))

  23. Notes: (1) rank(A): The number of leading variables in the solution of Ax=0. (The number of nonzero rows in the row-echelon form of A) (2) nullity (A): The number of free variables in the solution of Ax = 0.

  24. Notes: If A is an mn matrix and rank(A) = r, then

  25. Notes: If rank([A|b])=rank(A), then the system Ax=b is consistent.

  26. 4.7 Coordinates and Change of Basis

  27. Change of basis problem: Given the coordinates of a vector relative to one basis B and want to find the coordinates relative to another basis B'.

  28. Ex: (Change of basis) Consider two bases for a vector space V Let

  29. Transition matrix from B' to B: If [v]B is the coordinate matrix of v relative to B [v]B‘ is the coordinate matrix of v relative to B' where is called the transition matrix from B' to B

  30. Notes:

  31. 4.8 Applications of Vector Spaces

More Related