Coordinatization and Change of Basis

Coordinatization and Change of Basis

LECTURE 15 Coordinatization and Change of Basis 1. Review: Coordinatization of Vectors n n Suppose B = fu1; u2;:::; ung is a basis of R . Then, by definition, for any vector v 2 R , there is a unique choice of coefficients c1; : : : ; cn such that v = c1u1 + ··· + cnun We can thus take the (ordered set of) n numbers c1; : : : ; cn and assemble them into a vector. We call the result the coordinate vector of u with respect to the basis B, and denote it by vB: vB = [c1; : : : ; cn] Example 15.1. Find the coordinate vector of [1; 2; −2] with respect to the basis f[1; 1; 1] ; [1; 2; 0] ; [1; 0; 1]g of R3. • We need to solve 2 1 3 2 1 3 2 1 3 2 1 3 c1 4 1 5 + c2 4 2 5 + c3 4 0 5 = 4 2 5 1 0 1 −2 which is the linear system corresponding to the following augmented matrix: 2 3 1 1 1 1 4 1 2 0 2 5 1 0 1 −2 This matrix row reduces to the following reduced row echelon form: 2 3 1 0 0 −4 4 0 1 0 3 5 0 0 1 2 And so the solution is c1 = −4 ; c2 = 3 ; c3 = 2 So vB = [−4; 3; 2] n Summary: To find the coordinate vector vB of a vector v 2 R with respect to an ordered basis B = fu1;:::; ung ; Fact 15.2. (1) Form the augmented matrix [u1;:::; un j v] using the vectors u1;:::; un as the first n columns, and the vector v as the last column. (2) Row reduce the augmented matrix to reduced row-echelon form [I j vB]. The vector vB in the last column will be the desired coordinate vector. The method described above is good for finding the coordinate vector of a particular vector v with respect to the basis B = fu1;:::; ung, but what if we had needed to find the coordinate vectors for a whole bunch 1 2. CHANGE OF BASIS 2 of vectors v or even an arbitrary vector v in Rn. Well, note that the left hand side of the condition we wish to satisfy c1u1 + c2u2 + ··· + cnun = v can be written MBc = v where M is the matrix constructed by using the basis vectors v1;:::; vn as columns and c is the column vector constructed out of the coefficients c1; : : : ; cn when we apply the identity 2 3 2 "" 3 c1 2 " 3 2 " 3 2 " 3 u ··· u 6 . 7 u u u MBc = 4 1 n 5 4 . 5 = c1 4 1 5 + c2 4 2 5 + ··· + cn 4 n 5 ## # # # cn Thus, Fact 15.3. The problem of finding the coordinate vector vB for a vector v with respect to a basis B = fu1;:::; ung is equivalent to solving the following linear system MBx = v Now note that since the elements of a basis are, practically by definition, linearly independent, the matrix MB constructed as above from a basis B will always be invertible. Thus, for any vector v we can obtain the coordinate vector vB of v with respect to B by setting −1 vB = (MB) v : Reinterpretation: Think of the original vector v = [v1; : : : ; vn] as the coordinate vector of v with respect to the standard basis n Bstd = fe1;:::; eng of R : v = [v1; : : : ; vn] = v1 [1; 0;:::; 0] + v2 [0; 1; 0;:::; 0] + ··· vn [0;:::; 0; 1] = v1e1 + v2e2 + ··· + vnvn =) vBstd = [v1; : : : ; vn] −1 Then the matrix (MB) converts the coordinate vector for v with respect to the standard basis to the coordinate vector for v with respecto to the basis B: −1 −1 vB = (MB) v = (MB) vBstd 2. Change of Basis Suppose now we have two different, non-standard, bases for Rn : B = fb1;:::; bng 0 0 0 B = fb1;:::; bng n Let v be an arbitrary vector in R . How might we convert the coordinate vector vB for v with respect to 0 the basis B = fb1;:::; bng directly to the coordinate vector vB0 for v with respect to the basis B . Well, let 2 j · · · j 3 2 j · · · j 3 0 0 MB = 4 b1 ··· bn 5 ; MB0 = 4 b1 ··· bn 5 j · · · j j · · · j so that −1 vB = (MB) v −1 vB0 = (MB0 ) v 2. CHANGE OF BASIS 3 Multiplying the first equation from the left by MB we get MBvB = v. Substituting this into the second equation yields −1 vB0 = (MB0 ) MBvB If we now set −1 CB;B0 = MB0 MB then multiplying any coordinate vector vB (with respect to the basis B) by CB;B0 produces the corre- 0 sponding coordinate vector vB0 (with respect to the basis B ). We call CB;B0 the change-of-coordinates matrix: It is the matrix that converts coordinate vectors expressed in tems of the ordered basis B to the coordinate vectors with respect to the ordered basis B0. 2.1. Calculating CB;B0 . 22 3 2 33 j · · · j j · · · j 0 0 h i 44 b1 ··· bn 5 4 b1 ··· bn 55 ! I j C 0 B;B j · · · j j · · · j To see why this works, first recall that the sequence of row operations that reduce reduce the matrix MB0 to the identity can be also be carried out by applying a product of elementary matrices; and that the product −1 of these elementary matrices is exactly MB0 . Visually, if I = Rk (Rk−1 (··· (R1 (MB0 )))) then −1 0 (MB ) = ERk ERk−1 ··· ER1 and so 0 0 0 022 3 2 331111 j · · · j j · · · j 0 0 Rk @Rk−1 @··· @R1 @44 b1 ··· bn 5 4 b1 ··· bn 55AAAA j · · · j j · · · j 0 = ERk ERk−1 ··· ER1 MB ERk ERk−1 ··· ER1 MB h −1 −1 i = (MB0 ) MB0 j (MB0 ) MB h i ≡ I j CB;B0 Example 15.4. Calculate the change-of-coordinates matrix taking the basis B = f[1; −1] ; [1; 1]g to the basis B0 = f[0; 1] ; [2; 1]g. 0 2 1 1 1 1 −1 1 ! 1 1 −1 1 0 2 1 1 3 1 1 1 −1 1 1 0 − 2 2 ! 1 1 ! 1 1 0 1 2 2 0 1 2 2 and so 3 1 − 2 2 CB;B0 = 1 1 2 2 2.2. General Change of Basis. Now let V be an arbitrary vector space (not necessarily Rn) with 0 0 0 basis B = fb1;:::; bng, and suppose B = fb1;:::; bng is another basis for V . How can we find the coordinate vector vB0 of a vector v 2 V if we only know its coordinates with respect to the basis B? Well, this is the same sort of problem. The coordinate vectors vB and vB0 are the vectors n vB = [c1; : : : ; cn] 2 R 0 0 n vB0 = [c1; : : : ; cn] 2 R 2. CHANGE OF BASIS 4 such that 0 0 0 0 (*) c1b1 + ··· + cnbn = v = c1b1 + ··· + cnbn 0 0 Suppose we know the coordinate vectors of b1;:::; bn with respect to the basis B. 0 0 0 b1 = b11b1 + ··· b1nbn . 0 0 0 bn = bn1b1 + ··· + bnnbn Then, since the vectors b1;:::; bn are all linearly independent, the linear system (*) 0 0 0 0 0 0 c1b1 + ··· + cnbn = c1 (b11b1 + ··· b1nbn) + ··· + cn (bn1b1 + ··· bnnbn) leads to 0 0 0 0 c1 = (c1b11 + ··· + cnbn1) 0 0 0 0 c2 = (c1b21 + ··· + cnbn2) . 0 0 0 cn = (c1b1n + ··· + cnbnn) or 2 3 2 0 3 c1 2 b0 b0 3 c1 . 11 n1 . 6 7 6 7 0 0 vB = . = 4 5 . = CBB vB 4 5 0 4 5 b bnn0 0 cn 1n cn 1.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us