Notes on Change of Basis and Linear Transformations [PDF]

Total Page:16

File Type:pdf, Size:1020Kb

Notes on Change of Basis and Linear Transformations [PDF] CHANGE OF BASIS AND ALL OF THAT LANCE D. DRAGER 1. Introduction The goal of these notes is to provide an apparatus for dealing with change of basis in vector spaces, matrices of linear transformations, and how the matrix changes when the basis changes. We hope this apparatus will make these computations easier to remember and work with. To introduce the basic idea, suppose that V is vector space and v1, v2,..., vn is an ordered list of vectors from V . If a vector x is a linear combination of v1, v2,..., vn, we have (1.1) x = c1v1 + c2v2 + ··· + cnvn for some scalars c1, c2, . , cn. The formula (1.1) can be written in matrix notation as c1 c2 (1.2) x = v v ... v . 1 2 n . . cn The object v1 v2 ... vn might seem a bit strange, since it is a row vector whose entries are vectors from V , rather than scalars. Nonetheless the matrix product in (1.2) makes sense. If you think about it, it makes sense to multiply a matrix of vectors with a (compatibly sized) matrix of scalars, since the entries in the product are linear combinations of vectors. It would not make sense to multiply two matrices of vectors together, unless you have some way to multiply two vectors together and get some object. You don’t have that in a general vector space. More generally than (1.1), suppose that we have vectors x1, x2,..., xm that are all linear combinations of v1, v2,..., vn. The we can write x1 = a11v1 + a21v2 + ··· + an1vn x2 = a12v1 + a22v2 + ··· + an2vn (1.3) . xm = a1mv1 + a2mv2 + ··· + anmvn for scalars aij. The indices tell you that aij occurs as the coefficient of vi in the expression of xj. This choice of the order of the indices makes things work out nicely later. These equations can be summarized as n X (1.4) xj = viaij, j = 1, 2, . , m, i=1 Version Time-stamp: ”2007-04-25 21:55:05 drager”. 1 2 LANCE D. DRAGER where I’m writing the scalars aij to the right of the vector to make the equation easier to remember; it means the same thing as writing the scalars on the left. Using our previous idea, we can write (1.3) in matrix form as a11 a12 . a1m a21 a22 . a2m (1.5) x x ... x = v v ... v 1 2 m 1 2 n . .. . an1 an2 . anm To write (1.5) in briefer form, let X = x1 x2 ... xm , V = v1 v2 ... vn and let A be the n × m matrix a11 a12 . a1m a21 a22 . a2m A = . . .. . an1 an2 . anm Then we can write (1.5) as (1.6) X = VA. The object V is a row vector whose entries are vectors. For brevity, we’ll refer to this as “a row of vectors.” We’ll usually use upper case script letters for a row of vectors, with the corresponding lower case bold letters for the entries. Thus, if we say that U is a row of k vectors, you know that U = u1 u2 ... uk . You want to remember that the short form (1.6) is equivalent to (1.3) and and (1.4). It is also good to recall, from the usual definition of matrix multiplication, that (1.6) means (1.7) xj = V colj(A), where colj(A) is the column vector formed by the j-th column of A. The multiplication between rows of vectors and matrices of scalars has the fol- lowing properties, similar to matrix algebra with matrices of scalars. Theorem 1.1. Let V be a vector space and let U be a row of vectors from V . Let A and B denotes scalar matrices, with sizes appropriate to the operation being considered. Then we have the following. (1) UI = U, where I is the identity matrix of the right size. (2) (UA)B = U(AB), the “associative” law. (3) (sU)A = U(sA) = s(UA) for any scalar s. (4) U(A + B) = UA + UB, the distributive law. The proofs of these properties are the same as the proof of the corresponding statements for the algebra of scalar matrices. They’re not illuminating enough to write out here. The associative law will be particularly important in what follows. 2. Ordered Bases Let V be a vector space. An ordered basis of V is an ordered list of vectors, say v1, v2,..., vn, that span V and are linearly independent. We can think of this CHANGE OF BASIS AND ALL OF THAT 3 ordered list as a row of vectors, say V = v1 v2 ... vn . Since V is an ordered basis, we know that any vector v ∈ V can be written uniquely as v = c1v1 + c2v2 + ··· + cnvn c1 c2 = v v ... v 1 2 n . . cn = Vc, where c is the column vector c1 c2 c = . . . cn Thus, another way to state the properties of an ordered basis V is that for every vector v ∈ V there is a unique column vector c ∈ Rn such that v = Vc. This unique column vector is called the coordinate vector of v with respect to the basis V. We will use the notation [v] for this vector. Thus, the coordinate vector V [v] is defined to be the unique column vector such that V (2.1) v = V[v] . V The following proposition records some facts (obvious, we hope) about coordinate vectors. Proving this proposition for yourself would be an instructive exercise. Proposition 2.1. Let V be a vector space of dimension n and let V be an ordered basis of V . Then, the following statements hold. (1) [sv] = s[v] , for all v ∈ V and scalars s. V V (2) [v + w] = [v] + [w] for all vectors v, w ∈ V . V V V (3) v ↔ [v] is a one-to-one correspondence between V and n. V R More generally, if U is a row of m vectors in V , our discussion of (1.7) shows (2.2) U = VA ⇐⇒ col (A) = [u ] , j = 1, 2, . , m j j V Since the coordinates of a vector with respect to the basis V are unique, we get the following fact, which is stated as a proposition for later reference. Proposition 2.2. Let V be a vector space of dimension n, and let V be an ordered basis of V . Then, if U is a row of m vectors from V , there is a unique n×m matrix A so that U = VA. We can apply the machine we’ve built up to prove the following theorem. 4 LANCE D. DRAGER Theorem 2.3. Let V be a vector space of dimension n and let V be an ordered basis of V . Let U be a row of n vectors from V and let A be the n × n matrix such that U = VA. Then U is an ordered basis of V if and only if A is invertible. Proof. Since U contains n vectors, U is a basis if and only if its entries are linearly independent. To check this, we want to consider the equation (2.3) c1u1 + c2u2 + ··· + cnun = 0 If we let c be the column vector with entries cj, we have 0 = c1u1 + c2u2 + ··· + cnun = Uc = (VA)c = V(Ac) By Proposition 2.2, V(Ac) can be zero if and only if Ac = 0. Suppose that A is invertible. Then Ac = 0 implies that c = 0. Thus, all the ci’s in (2.3) must be zero, so u1, u2,..., un are linearly independent. Conversely, suppose that u1, u2,..., un are linearly independent. Let c be a vector such that Ac = 0. Then (2.3) holds. By linear independence, c must be 0. Thus, the equation Ac = 0 has only the trivial solution, and so A is invertible. 3. Change of Basis Suppose that we have two ordered bases U and V of an n-dimensional vector space V . From the last section, there is a unique matrix A so that U = VA. We will denote this matrix by SVU . Thus, the defining equation of SVU is (3.1) U = VSVU . Proposition 3.1. Let V be an n-dimensional vector space. Let U, V, and W be ordered bases of V . Then, we have the following. (1) SUU = I. (2) SUW = SUV SVW . −1 (3) SUV = [SVU ] . Proof. For the first statement, note that U = UI so, by uniqueness, SUU = I. For the second statement, recall the defining equations W = USUW , V = USUV , W = VSVW . Compute as follows W = VSVW = (USUV )SVW = U(SUV SVW ) and so, by uniqueness, SUW = SUV SVW . For the last statement, set W = U in the second statement. This yields SUV SVU = SUU = I, so SUV and SVU are inverses of each other. CHANGE OF BASIS AND ALL OF THAT 5 The matrices SUV tell you how to change coordinates from one basis to another, as detailed in the following Proposition. Proposition 3.2. Let V be a vector space of dimension n and let U and V be ordered bases of V . Then we have [v] = S [v] , U UV V for all vectors v ∈ V . Proof. The defining equations are v = U[v] , v = V[v] . U V Thus, we have v = V[v] V = (US )[v] UV V = U(S [v] ), UV V and so, by uniqueness, [v] = S [v] . U UV V Thus, SUV tells you how to compute the U-coordinates of a vector from the V-coordinates. Another way to look at this is the following diagram.
Recommended publications
  • 21. Orthonormal Bases
    21. Orthonormal Bases The canonical/standard basis 011 001 001 B C B C B C B0C B1C B0C e1 = B.C ; e2 = B.C ; : : : ; en = B.C B.C B.C B.C @.A @.A @.A 0 0 1 has many useful properties. • Each of the standard basis vectors has unit length: q p T jjeijj = ei ei = ei ei = 1: • The standard basis vectors are orthogonal (in other words, at right angles or perpendicular). T ei ej = ei ej = 0 when i 6= j This is summarized by ( 1 i = j eT e = δ = ; i j ij 0 i 6= j where δij is the Kronecker delta. Notice that the Kronecker delta gives the entries of the identity matrix. Given column vectors v and w, we have seen that the dot product v w is the same as the matrix multiplication vT w. This is the inner product on n T R . We can also form the outer product vw , which gives a square matrix. 1 The outer product on the standard basis vectors is interesting. Set T Π1 = e1e1 011 B C B0C = B.C 1 0 ::: 0 B.C @.A 0 01 0 ::: 01 B C B0 0 ::: 0C = B. .C B. .C @. .A 0 0 ::: 0 . T Πn = enen 001 B C B0C = B.C 0 0 ::: 1 B.C @.A 1 00 0 ::: 01 B C B0 0 ::: 0C = B. .C B. .C @. .A 0 0 ::: 1 In short, Πi is the diagonal square matrix with a 1 in the ith diagonal position and zeros everywhere else.
    [Show full text]
  • Coordinatization
    MATH 355 Supplemental Notes Coordinatization Coordinatization In R3, we have the standard basis i, j and k. When we write a vector in coordinate form, say 3 v 2 , (1) “ »´ fi 5 — ffi – fl it is understood as v 3i 2j 5k. “ ´ ` The numbers 3, 2 and 5 are the coordinates of v relative to the standard basis ⇠ i, j, k . It has p´ q “p q always been understood that a coordinate representation such as that in (1) is with respect to the ordered basis ⇠. A little thought reveals that it need not be so. One could have chosen the same basis elements in a di↵erent order, as in the basis ⇠ i, k, j . We employ notation indicating the 1 “p q coordinates are with respect to the di↵erent basis ⇠1: 3 v 5 , to mean that v 3i 5k 2j, r s⇠1 “ » fi “ ` ´ 2 —´ ffi – fl reflecting the order in which the basis elements fall in ⇠1. Of course, one could employ similar notation even when the coordinates are expressed in terms of the standard basis, writing v for r s⇠ (1), but whenever we have coordinatization with respect to the standard basis of Rn in mind, we will consider the wrapper to be optional. r¨s⇠ Of course, there are many non-standard bases of Rn. In fact, any linearly independent collection of n vectors in Rn provides a basis. Say we take 1 1 1 4 ´ ´ » 0fi » 1fi » 1fi » 1fi u , u u u ´ . 1 “ 2 “ 3 “ 4 “ — 3ffi — 1ffi — 0ffi — 2ffi — ffi —´ ffi — ffi — ffi — 0ffi — 4ffi — 2ffi — 1ffi — ffi — ffi — ffi —´ ffi – fl – fl – fl – fl As per the discussion above, these vectors are being expressed relative to the standard basis of R4.
    [Show full text]
  • MATH 304 Linear Algebra Lecture 14: Basis and Coordinates. Change of Basis
    MATH 304 Linear Algebra Lecture 14: Basis and coordinates. Change of basis. Linear transformations. Basis and dimension Definition. Let V be a vector space. A linearly independent spanning set for V is called a basis. Theorem Any vector space V has a basis. If V has a finite basis, then all bases for V are finite and have the same number of elements (called the dimension of V ). Example. Vectors e1 = (1, 0, 0,..., 0, 0), e2 = (0, 1, 0,..., 0, 0),. , en = (0, 0, 0,..., 0, 1) form a basis for Rn (called standard) since (x1, x2,..., xn) = x1e1 + x2e2 + ··· + xnen. Basis and coordinates If {v1, v2,..., vn} is a basis for a vector space V , then any vector v ∈ V has a unique representation v = x1v1 + x2v2 + ··· + xnvn, where xi ∈ R. The coefficients x1, x2,..., xn are called the coordinates of v with respect to the ordered basis v1, v2,..., vn. The mapping vector v 7→ its coordinates (x1, x2,..., xn) is a one-to-one correspondence between V and Rn. This correspondence respects linear operations in V and in Rn. Examples. • Coordinates of a vector n v = (x1, x2,..., xn) ∈ R relative to the standard basis e1 = (1, 0,..., 0, 0), e2 = (0, 1,..., 0, 0),. , en = (0, 0,..., 0, 1) are (x1, x2,..., xn). a b • Coordinates of a matrix ∈ M2,2(R) c d 1 0 0 0 0 1 relative to the basis , , , 0 0 1 0 0 0 0 0 are (a, c, b, d). 0 1 • Coordinates of a polynomial n−1 p(x) = a0 + a1x + ··· + an−1x ∈Pn relative to 2 n−1 the basis 1, x, x ,..., x are (a0, a1,..., an−1).
    [Show full text]
  • Vectors, Change of Basis and Matrix Representation: Onto-Semiotic Approach in the Analysis of Creating Meaning
    International Journal of Mathematical Education in Science and Technology ISSN: 0020-739X (Print) 1464-5211 (Online) Journal homepage: http://www.tandfonline.com/loi/tmes20 Vectors, change of basis and matrix representation: onto-semiotic approach in the analysis of creating meaning Mariana Montiel , Miguel R. Wilhelmi , Draga Vidakovic & Iwan Elstak To cite this article: Mariana Montiel , Miguel R. Wilhelmi , Draga Vidakovic & Iwan Elstak (2012) Vectors, change of basis and matrix representation: onto-semiotic approach in the analysis of creating meaning, International Journal of Mathematical Education in Science and Technology, 43:1, 11-32, DOI: 10.1080/0020739X.2011.582173 To link to this article: http://dx.doi.org/10.1080/0020739X.2011.582173 Published online: 01 Aug 2011. Submit your article to this journal Article views: 174 View related articles Full Terms & Conditions of access and use can be found at http://www.tandfonline.com/action/journalInformation?journalCode=tmes20 Download by: [Universidad Pública de Navarra - Biblioteca] Date: 22 January 2017, At: 10:06 International Journal of Mathematical Education in Science and Technology, Vol. 43, No. 1, 15 January 2012, 11–32 Vectors, change of basis and matrix representation: onto-semiotic approach in the analysis of creating meaning Mariana Montiela*, Miguel R. Wilhelmib, Draga Vidakovica and Iwan Elstaka aDepartment of Mathematics and Statistics, Georgia State University, Atlanta, GA, USA; bDepartment of Mathematics, Public University of Navarra, Pamplona 31006, Spain (Received 26 July 2010) In a previous study, the onto-semiotic approach was employed to analyse the mathematical notion of different coordinate systems, as well as some situations and university students’ actions related to these coordinate systems in the context of multivariate calculus.
    [Show full text]
  • Orthonormal Bases
    Math 108B Professor: Padraic Bartlett Lecture 3: Orthonormal Bases Week 3 UCSB 2014 In our last class, we introduced the concept of \changing bases," and talked about writ- ing vectors and linear transformations in other bases. In the homework and in class, we saw that in several situations this idea of \changing basis" could make a linear transformation much easier to work with; in several cases, we saw that linear transformations under a certain basis would become diagonal, which made tasks like raising them to large powers far easier than these problems would be in the standard basis. But how do we find these \nice" bases? What does it mean for a basis to be\nice?" In this set of lectures, we will study one potential answer to this question: the concept of an orthonormal basis. 1 Orthogonality To start, we should define the notion of orthogonality. First, recall/remember the defini- tion of the dot product: n Definition. Take two vectors (x1; : : : xn); (y1; : : : yn) 2 R . Their dot product is simply the sum x1y1 + x2y2 + : : : xnyn: Many of you have seen an alternate, geometric definition of the dot product: n Definition. Take two vectors (x1; : : : xn); (y1; : : : yn) 2 R . Their dot product is the product jj~xjj · jj~yjj cos(θ); where θ is the angle between ~x and ~y, and jj~xjj denotes the length of the vector ~x, i.e. the distance from (x1; : : : xn) to (0;::: 0). These two definitions are equivalent: 3 Theorem. Let ~x = (x1; x2; x3); ~y = (y1; y2; y3) be a pair of vectors in R .
    [Show full text]
  • Notes on Change of Bases Northwestern University, Summer 2014
    Notes on Change of Bases Northwestern University, Summer 2014 Let V be a finite-dimensional vector space over a field F, and let T be a linear operator on V . Given a basis (v1; : : : ; vn) of V , we've seen how we can define a matrix which encodes all the information about T as follows. For each i, we can write T vi = a1iv1 + ··· + anivn 2 for a unique choice of scalars a1i; : : : ; ani 2 F. In total, we then have n scalars aij which we put into an n × n matrix called the matrix of T relative to (v1; : : : ; vn): 0 1 a11 ··· a1n B . .. C M(T )v := @ . A 2 Mn;n(F): an1 ··· ann In the notation M(T )v, the v showing up in the subscript emphasizes that we're taking this matrix relative to the specific bases consisting of v's. Given any vector u 2 V , we can also write u = b1v1 + ··· + bnvn for a unique choice of scalars b1; : : : ; bn 2 F, and we define the coordinate vector of u relative to (v1; : : : ; vn) as 0 1 b1 B . C n M(u)v := @ . A 2 F : bn In particular, the columns of M(T )v are the coordinates vectors of the T vi. Then the point of the matrix M(T )v is that the coordinate vector of T u is given by M(T u)v = M(T )vM(u)v; so that from the matrix of T and the coordinate vectors of elements of V , we can in fact reconstruct T itself.
    [Show full text]
  • Eigenvalues and Eigenvectors MAT 67L, Laboratory III
    Eigenvalues and Eigenvectors MAT 67L, Laboratory III Contents Instructions (1) Read this document. (2) The questions labeled \Experiments" are not graded, and should not be turned in. They are designed for you to get more practice with MATLAB before you start working on the programming problems, and they reinforce mathematical ideas. (3) A subset of the questions labeled \Problems" are graded. You need to turn in MATLAB M-files for each problem via Smartsite. You must read the \Getting started guide" to learn what file names you must use. Incorrect naming of your files will result in zero credit. Every problem should be placed is its own M-file. (4) Don't forget to have fun! Eigenvalues One of the best ways to study a linear transformation f : V −! V is to find its eigenvalues and eigenvectors or in other words solve the equation f(v) = λv ; v 6= 0 : In this MATLAB exercise we will lead you through some of the neat things you can to with eigenvalues and eigenvectors. First however you need to teach MATLAB to compute eigenvectors and eigenvalues. Lets briefly recall the steps you would have to perform by hand: As an example lets take the matrix of a linear transformation f : R3 ! R3 to be (in the canonical basis) 01 2 31 M := @2 4 5A : 3 5 6 The steps to compute eigenvalues and eigenvectors are (1) Calculate the characteristic polynomial P (λ) = det(M − λI) : (2) Compute the roots λi of P (λ). These are the eigenvalues. (3) For each of the eigenvalues λi calculate ker(M − λiI) : The vectors of any basis for for ker(M − λiI) are the eigenvectors corresponding to λi.
    [Show full text]
  • Reciprocal Frame Vectors
    Reciprocal Frame Vectors Peeter Joot March 29, 2008 1 Approach without Geometric Algebra. Without employing geometric algebra, one can use the projection operation expressed as a dot product and calculate the a vector orthogonal to a set of other vectors, in the direction of a reference vector. Such a calculation also yields RN results in terms of determinants, and as a side effect produces equations for parallelogram area, parallelopiped volume and higher dimensional analogues as a side effect (without having to employ change of basis diagonalization arguments that don’t work well for higher di- mensional subspaces). 1.1 Orthogonal to one vector The simplest case is the vector perpendicular to another. In anything but R2 there are a whole set of such vectors, so to express this as a non-set result a reference vector is required. Calculation of the coordinate vector for this case follows directly from the dot product. Borrowing the GA term, we subtract the projection to calculate the rejection. Rejuˆ (v) = v − v · uˆ uˆ 1 = (vu2 − v · uu) u2 1 = v e u u − v u u e u2 ∑ i i j j j j i i 1 vi vj = ∑ ujei u2 ui uj 1 ui uj = (u e − u e ) 2 ∑ i j j i v v u i<j i j Thus we can write the rejection of v from uˆ as: 1 1 ui uj ui uj Rej (v) = (1) uˆ 2 ∑ v v e e u i<j i j i j Or introducing some shorthand: uv ui uj Dij = vi vj ue ui uj Dij = ei ej equation 1 can be expressed in a form that will be slightly more convient for larger sets of vectors: 1 ( ) = uv ue Rejuˆ v 2 ∑ Dij Dij (2) u i<j Note that although the GA axiom u2 = u · u has been used in equations 1 and 2 above and the derivation, that was not necessary to prove them.
    [Show full text]
  • Inner Product Spaces
    Part VI Inner Product Spaces 475 Section 27 The Dot Product in Rn Focus Questions By the end of this section, you should be able to give precise and thorough answers to the questions listed below. You may want to keep these questions in mind to focus your thoughts as you complete the section. What is the dot product of two vectors? Under what conditions is the dot • product defined? How do we find the angle between two nonzero vectors in Rn? • How does the dot product tell us if two vectors are orthogonal? • How do we define the length of a vector in any dimension and how can the • dot product be used to calculate the length? How do we define the distance between two vectors? • What is the orthogonal projection of a vector u in the direction of the vector • v and how do we find it? What is the orthogonal complement of a subspace W of Rn? • Application: Hidden Figures in Computer Graphics In video games, the speed at which a computer can render changing graphics views is vitally im- portant. To increase a computer’s ability to render a scene, programs often try to identify those parts of the images a viewer could see and those parts the viewer could not see. For example, in a scene involving buildings, the viewer could not see any images blocked by a solid building. In the mathematical world, this can be visualized by graphing surfaces. In Figure 27.1 we see a crude image of a house made up of small polygons (this is how programs generally represent surfaces).
    [Show full text]
  • Introduction to Geometric Algebra Lecture IV
    Introduction to Geometric Algebra Lecture IV Leandro A. F. Fernandes Manuel M. Oliveira [email protected] [email protected] Visgraf - Summer School in Computer Graphics - 2010 CG UFRGS Lecture IV Checkpoint Visgraf - Summer School in Computer Graphics - 2010 2 Checkpoint, Lecture I Multivector space Non-metric products . The outer product . The regressive product c Visgraf - Summer School in Computer Graphics - 2010 3 Checkpoint, Lecture II Metric spaces . Bilinear form defines a metric on the vector space, e.g., Euclidean metric . Metric matrix Some inner products The scalar product is a particular . Inner product of vectors case of the left and right contractions . Scalar product . Left contraction These metric products are . Right contraction backward compatible for 1-blades Visgraf - Summer School in Computer Graphics - 2010 4 Checkpoint, Lecture II Dualization Undualization By taking the undual, the dual representation of a blade can be correctly mapped back to its direct representation Venn Diagrams Visgraf - Summer School in Computer Graphics - 2010 5 Checkpoint, Lecture III Duality relationships between products . Dual of the outer product . Dual of the left contraction Visgraf - Summer School in Computer Graphics - 2010 6 Checkpoint, Lecture III Some non-linear products . Meet of blades . Join of blades . Delta product of blades Visgraf - Summer School in ComputerVenn GraphicsDiagrams - 2010 7 Today Lecture IV – Mon, January 18 . Geometric product . Versors . Rotors Visgraf - Summer School in Computer Graphics
    [Show full text]
  • September 11, 2013 III. the DUAL SPACE
    September 11, 2013 III. THE DUAL SPACE RODICA D. COSTIN Contents 1. The dual of a vector space 1 1.1. Linear functionals 1 1.2. The dual space 2 1.3. Dual basis 3 1.4. Linear functionals as covectors; change of basis 4 1.5. Functionals and hyperplanes 4 1.6. Application: interpolation of sampled data 5 1.7. Orthogonality 7 1.8. The bidual 7 1.9. The transpose of a linear transformation 8 1. The dual of a vector space 1.1. Linear functionals. Let V be a vector space over the scalar field F = R or C. Recall that linear functionals are particular cases of linear transformation, namely those whose values are in the scalar field (which is a one dimensional vector space): Definition 1. A linear functional on V is a linear transformation with scalar values: φ : V ! F . We denote φ(x) ≡ (φ, x). Notation used in quantum mechanics: Dirac's bracket notation (φ, x) ≡ hφjxi In this notation, a functional φ is rather denoted hφj and called bra-, while a vector x 2 V is rather denoted jxi and called -ket; they combine to hφjxi, a bra-ket. Example in finite dimensions. If M is a row matrix, M = [a1; : : : ; an] n where aj 2 F , then φ : F ! F defined by matrix multiplication, φ(x) = Mx, is a linear functional on F n. These are, essentially, all the linear func- tionals on a finite dimensional vector space. 1 2 RODICA D. COSTIN Indeed, the matrix associated to a linear functional φ : V ! F in a basis BV = fv1;:::; vng of V , and the (standard) basis f1g of F is the row vector [φ1; : : : ; φn]; where φj = (φ, vj) P P P P If x = j xjvj 2 V then (φ, x) = (φ, j xjvj) = j xj(φ, vj) = j xjφj hence 2 3 x1 6 .
    [Show full text]
  • Change of Basis and Diagonalization (Note/Linalg
    EECS 16A Designing Information Devices and Systems I Spring 2016 Official Lecture Notes Note 21 Introduction In this lecture note, we will introduce the last topics of this semester, change of basis and diagonalization. We will introduce the mathematical foundations for these two topics. Although we will not go through its application this semester, this is an important concept that we will use to analyze signals and linear time-invariant systems in EE16B. By the end of these notes, you should be able to: 1. Change a vector from one basis to another. 2. Take a matrix representation for a linear transformation in one basis and express that linear transfor- mation in another basis. 3. Understand the importance of a diagonalizing basis and its properties. 4. Identify if a matrix is diagonalizable and if so, to diagonalize it. Change of Basis for Vectors Previously, we have seen that matrices can be interpreted as linear transformations between vector spaces. In particular, an m×n matrix A can be viewed as a function A : U ! V mapping a vector~u from vector space n m U 2 R to a vector A~u in vector space V 2 R . In this note, we explore a different interpretation of square, invertible matrices as a change of basis. " # " # u 4 Let’s first start with an example. Consider the vector ~u = 1 = . When we write a vector in this form, u2 3 " # " # 1 0 implicitly we are representing it in the standard basis for 2, ~e = and ~e = . This means that we R 1 0 2 1 2 can write~u = 4~e1 +3~e2.
    [Show full text]