linear algebra and differential equations math 54 lecture
play

Linear algebra and differential equations (Math 54): Lecture 11 - PowerPoint PPT Presentation

Linear algebra and differential equations (Math 54): Lecture 11 Vivek Shende February 28, 2019 Hello and welcome to class! Hello and welcome to class! Today We talk about coordinates and change of basis. Review: Spanning sets Given a vector


  1. Linear algebra and differential equations (Math 54): Lecture 11 Vivek Shende February 28, 2019

  2. Hello and welcome to class!

  3. Hello and welcome to class! Today We talk about coordinates and change of basis.

  4. Review: Spanning sets Given a vector space V , find a collection of vectors v 1 , v 2 , . . . such that every element of V is a linear combination of the v i . In other words, find a collection of vectors which span V . Such a collection is called a spanning set.

  5. Review: Linear indepedendence Definition Vectors { v 1 , v 2 , . . . } in a vector space V are linearly indepedendent if none is a linear combination of the others. Equivalently, if, whenever � i c i v i = 0 for some constants c i ∈ R , all the c i must be zero.

  6. Review: Bases Definition A subset { v 1 , v 2 , . . . } of a vector space V is a basis for V if it is linearly independent and spans V Another way to write the definition: a subset { v 1 , v 2 , . . . } of a vector space V is a basis for V if there’s one (spanning) and only one (linear independence) way to write any element v ∈ V as a linear combination of the v i .

  7. Review: Bases Example e 1 = (1 , 0 , 0), e 2 = (0 , 1 , 0), e 3 = (0 , 0 , 1) is a basis for R 3 Example { 1 , x , x 2 } is a basis for polynomials of degree at most 2 (aka P 2 )

  8. Review: Linear transformations Definition If V and W are vector spaces, a function T : V → W is said to be a linear transformation if T ( c v + c ′ v ′ ) = cT ( v ) + c ′ T ( v ′ ) for all c , c ′ in R and all v , v ′ in V .

  9. Review: one-to-one and onto A function f : X → Y is said to be: ◮ onto if every element of Y is f of ≥ 1 element of X . ◮ one-to-one if every element of Y is f of ≤ 1 element of X . For a linear transformation T : R m → R n , we know that it is one-to-one if and only if the columns of the associated matrix are linearly independent, and onto if and only if the columns of the associated matrix span the codomain.

  10. Review: the identity function For a set X , there’s a function from X to itself which does nothing. id X : X �→ X x �→ x When X is a vector space, id X is a linear transformation. When X = R n , the matrix of id X is the identity matrix.

  11. Review: Invertibility A function f : X → Y is invertible if there’s some g : Y → X with g ◦ f = id X f ◦ g = id Y When X , Y are vector spaces and f , g are linear, the matrices of f and g are inverses; i.e., they multiply to the identity. As with matrices, if f has an inverse, it’s unique. We write it f − 1 .

  12. Review: Isomorphism Invertible linear transformations are also called isomorphisms. If there’s an isomorphism f : V → W , we say V and W are isomorphic vector spaces. Isomorphic vector spaces look the same to linear algebra. More precisely, any question which can be asked just in terms of operations which make sense in any vector space must have the same answer in both. You use the isomorphism f to translate back and forth.

  13. Review: Invertibility and bases For a linear transformation T : V → W , these are equivalent: ◮ T is one-to-one and onto ◮ T is invertible (its inverse is linear) ◮ T takes some basis of V to a basis of W . ◮ T takes any basis of V to a basis of W .

  14. Bases, coordinates, parameterizations Given a vector space V and a basis { v i } of V ,

  15. Bases, coordinates, parameterizations Given a vector space V and a basis { v i } of V , and a vector space W and any elements { w i } of W

  16. Bases, coordinates, parameterizations Given a vector space V and a basis { v i } of V , and a vector space W and any elements { w i } of W there’s a unique linear transformation T : V → W v i �→ w i � � �→ a i v i a i w i

  17. Bases, coordinates, parameterizations Given a vector space V and a basis { v i } of V , and a vector space W and any elements { w i } of W there’s a unique linear transformation T : V → W v i �→ w i � � �→ a i v i a i w i

  18. Bases, coordinates, parameterizations For any elements { w i } of W , there’s a linear transformation

  19. Bases, coordinates, parameterizations For any elements { w i } of W , there’s a linear transformation T : R n → W e i �→ w i � ( a 1 , a 2 , . . . , a n ) �→ a i w i

  20. Bases, coordinates, parameterizations For any elements { w i } of W , there’s a linear transformation T : R n → W e i �→ w i � ( a 1 , a 2 , . . . , a n ) �→ a i w i If the w i form a basis, then the above map is an isomorphism.

  21. Bases, coordinates, parameterizations For any elements { w i } of W , there’s a linear transformation T : R n → W e i �→ w i � ( a 1 , a 2 , . . . , a n ) �→ a i w i If the w i form a basis, then the above map is an isomorphism. This is called a parameterization of W .

  22. Bases, coordinates, parameterizations For any elements { w i } of W , there’s a linear transformation T : R n → W e i �→ w i � ( a 1 , a 2 , . . . , a n ) �→ a i w i If the w i form a basis, then the above map is an isomorphism. This is called a parameterization of W . Its inverse map W → R n is called a choice of coordinates on W .

  23. Example The elements { 1 , x , . . . , x n } give a basis of P n .

  24. Example The elements { 1 , x , . . . , x n } give a basis of P n . So P n is isomorphic to R n +1 .

  25. Bases, coordinates, parameterizations A basis B = { v 1 , . . . , v n } of a vector space V determines a choice ∼ → R n . of coordinates V −

  26. Bases, coordinates, parameterizations A basis B = { v 1 , . . . , v n } of a vector space V determines a choice ∼ → R n . of coordinates V − For v ∈ V , we write [ v ] B for the image of v under this map.

  27. Bases, coordinates, parameterizations A basis B = { v 1 , . . . , v n } of a vector space V determines a choice ∼ → R n . of coordinates V − For v ∈ V , we write [ v ] B for the image of v under this map. In other words, uniquely expanding v = � β i v i , we have [ v ] B = [ β 1 , β 2 , . . . , β n ]

  28. Example Consider the basis B = { 1 , x + 1 , x 2 + 2 x + 1 } of P 2 . Determine [4 x 2 + 3 x + 2] B .

  29. Example Consider the basis B = { 1 , x + 1 , x 2 + 2 x + 1 } of P 2 . Determine [4 x 2 + 3 x + 2] B . We are supposed to find c 1 , c 2 , c 3 such that c 1 · 1 + c 2 ( x + 1) + c 3 ( x 2 + 2 x + 1) = 4 x 2 + 3 x + 2

  30. Example Consider the basis B = { 1 , x + 1 , x 2 + 2 x + 1 } of P 2 . Determine [4 x 2 + 3 x + 2] B . We are supposed to find c 1 , c 2 , c 3 such that c 1 · 1 + c 2 ( x + 1) + c 3 ( x 2 + 2 x + 1) = 4 x 2 + 3 x + 2 This gives a system of linear equations + + = 2 c 1 c 2 c 3 c 2 + 2 c 3 = 3 = 4 c 3

  31. Example Consider the basis B = { 1 , x + 1 , x 2 + 2 x + 1 } of P 2 . Determine [4 x 2 + 3 x + 2] B . We are supposed to find c 1 , c 2 , c 3 such that c 1 · 1 + c 2 ( x + 1) + c 3 ( x 2 + 2 x + 1) = 4 x 2 + 3 x + 2 This gives a system of linear equations + + = 2 c 1 c 2 c 3 c 2 + 2 c 3 = 3 = 4 c 3 We solve to find [4 x 2 + 3 x + 2] B = [3 , − 5 , 4].

  32. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n .

  33. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n . Depending on the problem, one choice of basis may be more convenient than another.

  34. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n . Depending on the problem, one choice of basis may be more convenient than another. We want to be able to “change bases” at will.

  35. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n . Depending on the problem, one choice of basis may be more convenient than another. We want to be able to “change bases” at will. That is, given bases B and C of V ,

  36. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n . Depending on the problem, one choice of basis may be more convenient than another. We want to be able to “change bases” at will. That is, given bases B and C of V , and given an expression [ v ] B in one of them,

  37. Change of basis A basis allows you to treat an arbitrary (finite dimensional) vector space V as if it were just R n . Depending on the problem, one choice of basis may be more convenient than another. We want to be able to “change bases” at will. That is, given bases B and C of V , and given an expression [ v ] B in one of them, we would like to find the expression [ v ] C in the other.

  38. Change of basis P We are looking for the transformation C←B such that P C←B [ v ] B = [ v ] C

  39. Change of basis P We are looking for the transformation C←B such that P C←B [ v ] B = [ v ] C P In other words, C←B completes the triangle of isomorphisms: V [ ] C ] [ B ✲ ✛ P C←B R n ✛ R n

  40. Change of basis P C←B [ v ] B = [ v ] C

  41. Change of basis P C←B [ v ] B = [ v ] C Since it’s a map from R n → R n , we can describe P C←B by a matrix.

  42. Change of basis P C←B [ v ] B = [ v ] C Since it’s a map from R n → R n , we can describe P C←B by a matrix. To figure out which matrix,

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend