Eigenspaces and Diagonalizable Transformations

Size: px
Start display at page:

Download "Eigenspaces and Diagonalizable Transformations"

Transcription

1 Chapter 2 Eigenspaces and Diagonalizable Transformations As we explored how heat states evolve under the action of a diffusion transformation E, we found that some heat states will only change in amplitude. This means that when we apply the diffusion operator to one of these heat states, we get a result that is a scalar multiple of the original heat state. Mathematically, we write Ev = λv, (2.) for some scalar λ and one of these special heat states v H m (R). We also saw that these heat state vectors satisfy the matrix equation (E λi)v =. (2.2) Since this is a homogeneous equation, we know that this equation has a solution. This means that either there is a unique solution (only the trivial solution v = ) or infinitely many solutions. If we begin with a zero heat state (all temperatures are the same everywhere along the rod) then the diffusion is trivial because nothing happens. It would be nice to find a nonzero vector satisfying the matrix Equation (2.2) because it gets us closer to the possibility of having a basis of these vectors. By Theorem 7.6., we know that this equation has a nonzero solution as long det(e λi) =. Let s remember why we want such a basis. In the case of heat states, we recognize that if B = {v, v 2,..., v m } is a basis of these special vectors so that Ev i = λ i v i and u() is our initial heat state, we can write u() in 353

2 354 CHAPTER 2. EIGENSPACES coordinates relative to B. That is, there are scalars α, α 2,... α m so that u() = α v + α 2 v α m v m. Then, when we apply the diffusion operator to find the heat state, u(), one time step later, we get u() =Eu() = E(α v + α 2 v α m v m ) =α Ev + α 2 Ev α m Ev m =α λ v + α 2 λ 2 v α m λ m v m. So, if we want to find u(k) for some time step k, far into the future, we get u(k) =E k u() = α E k v + α 2 E k v α m E k v m =α λ k v + α 2 λ k 2v α m λ k mv m. This equation requires no matrix multiply operations and u(k) can be computed directly without the need for computing each intermediate time-step result. We can easily predict long term behavior of the diffusion. 2. Eigenvectors and Eigenvalues In Linear Algebra, we give nonzero vectors that satisfy Equation 2. a name. Definition 2... Let (V, +, ) be a vector space. Given linear tranformation L : V V and a nonzero v V. If Lv = λv for some scalar λ, then we say v is an eigenvector of L with eigenvalue λ. As with the heat states, we see that eigenvectors of a linear transformation only change amplitude (and possibly sign) when the transformation is applied to the vector. This makes repetitive applications of a linear transformation to its eigenvectors very simple.

3 2.. EIGENVECTORS AND EIGENVALUES 355 Important Note: Throughout our discussion of eigenvectors and eigenvalues we will assume that L is a linear operator on n-dimensional vector space V. That is L : V V linear. We will also let M be a matrix representation of L relative to some basis. The reader should be aware of whether we are working in the vector space V or in an associated coordinate space. Example 2... Consider ( the linear ) transformation ( L ): R 2 R 2 defined by Lx = Ax where A =. The vector v = is an eigenvector 3 of L with eigenvalue 2 because ( ) ( ) ( ) 2 Lv = Av = = = 2v. 3 2 ( ) The vector w = is not eigenvector of L because 2 Lw = Aw = for any scalar λ. ( 3 ) ( 2 ) = ( 3 ) ( λ 2 ) = λw Example Consider the vector space of 7-bar LCD characters, V = D(Z 2 ) and the linear transformation T on V whose action is to flip any character upside-down. For example, T = and T =. We see that any nonzero character x with up-down symmetry is an eigenvector of T with eigenvalue because T x = x = x. Notice that in order to find the eigenvalues and eigenvectors of an operator, we need only solve the equation (L + λi)v = or the equivalent matrix equation (M + λi)v =. The following definition and theorem provide a method for finding eigenvalues.

4 356 CHAPTER 2. EIGENSPACES Definition The function f(x) = det(m xi) is called the characteristic polynomial of L (and of M). Theorem 2... Scalar λ is an eigenvalue of L (and of M) if and only if λ is a zero of the characteristic polynomial of L. Proof. Suppose λ is an eigenvalue of L. Then Lv = λv for some nonzero vector v and (L λi)v = has nontrivial solutions. Since at least one solution exists, this system of equations is consistent and we must have det(l λi) =. That is, λ is a zero of the characteristic polynomial det(l λi). Now suppose that λ is a zero of the characteristic polynomial det(l λi). Then det(l λi) = and (L λi)v = has some nontrivial solution v. That is, there exists nonzero v such that Lv = λv and λ is an eigenvalue of L. It is critical to note that eigenvalues are elements of the scalar set over which scalar-vector multiplication is defined. Consider, for example, the characteristic polynomial (λ 4)(λ 2 + ). If scalars λ R, then there is only one zero, λ = 4. There are other zeros, λ = ±i, but not in the context of real-valued vector spaces. Finally, consider the characteristic polynomial (λ 4)(λ )(λ ). There are three real zeros λ =,, 4. A typical procedure for finding eigenvalues begins by finding the zeros of the characteristic polynomial. Then, eignevectors are determined as solutions to Equation 2.2 for the given eigenvalue λ. Example Let us find the eigenvalues and eigenvectors of the matrix A = ( ).

5 2.. EIGENVECTORS AND EIGENVALUES 357 First, we find the zeros of the characteristic polynomial: det(a λi) = ( ) ( λ ) = 5 λ λ = (5 λ)( 4 λ) + 8 = λ 2 λ 2 = (λ + )(λ 2) = λ =, λ = 2 So, now we have two eigenvalues λ = and λ 2 = 2. (The subscripts on the λ s have nothing to do with the actual eigenvalue. We are just numbering them.) Using these eigenvalues and Equation 2.2, we can find the corresponding eigenvectors. Let s start with λ =. We want to find v so that (A ( )I)v =. We can set this up as a system of equations: ( (A + I)v = ) ( x y ) ( = ) 6x + 3y = 6x + 3y =

6 358 CHAPTER 2. EIGENSPACES We can see that this system has infinitely many solutions (that s what we expected) and the solution space is E = {( x 2x ) x R} {( = Span 2 )}. Using the same process, we can find the eigenvectors corresponding to λ 2 = 2. ( (A 2I)v = ) ( x y ) ( = ) 3x + 3y = 6x + 6y = So, the solutions space to this system is E 2 = {( x x ) x R} {( = Span )}. We can verify that every nonzero vector in E 2 is an eigenvector of A with eigenvalue λ 2 = 2. Notice, Av = ( ) ( α α ) = ( 2α 2α ) = 2v = λ 2 v. The reader can verify that any nonzero vector in E is an eigenvector of A with eigenvalue λ =. Example Let s examine the linear transformation L : P 2 (R) P 2 (R) defined by L(a + bx + cx 2 ) = (a b + c) + (a + b c)x + ( a + b + c)x 2. Consider the standard basis B = {, x, x 2 } for P 2 (R). We have the matrix representation of L relative to this basis: M =.

7 2.. EIGENVECTORS AND EIGENVALUES 359 M has rank 3 and is invertible, so L is bijective. Thus, Null(L) = {} and Ran(L) = P 2 (R). Next, we seek any eigenvalues by finding the zeros of the characteristic polynomial: det(m λi) = det λ λ λ = ( λ)(λ 2 2λ + 4) = We see that the characteristic polynomial has just one real root, λ =. To find eigenvectors with eigenvalue, we solve (M λi)v = This system of equations has solution set E M = Span x y z =. Any nonzero vector in E M is an eigenvector of M. What are the eigenvectors of L? We used the standard basis to obtain M from L, so [v] B = (,, ) T tells us that v = () + (x) + ()x 2 = + x + x 2. Thus, Indeed, Lv = L( + x + x 2 ) E L = Span { + x + x 2}. = ( + ) + ( + )x + ( + + )x 2 = + x + x 2 = v = λv.

8 36 CHAPTER 2. EIGENSPACES Suppose v is an eigenvector of linear transformation L with eigenvalue λ =. Because Lv = λv = ()v =, v Null(L). However, if w Null(L) it does not necessarily follow that w is an eigenvector of L. Why? Because w = Null(L), but w = cannot be an eigenvector by definition. However, in our examples thus far, it has been useful for us to express eigenvectors as elements of subspaces. Definition Let λ be an eigenvalue of L. Then E λ = {v V Lv = λv} = Null(L λi) is called the eigenspace of L (and of M) corresponding to eigenvalue λ. Exercise 24 asks the reader to show that every eigenspace of a linear transformation L is a subspace of V. 2.2 Eigenbasis Now that we can find any eigenvalue and eigenvector of a linear transformation, we would like to determine if a basis of eigenvectors exists. Computations, such as state evolution, would be much simpler when using a basis of eigenvectors. Since a basis consists of linearly independent vectors, the next theorem is a giant step in the right direction. Theorem Let λ, λ 2,..., λ k be distinct eigenvalues of L with a set of corresponding eigenvectors v, v 2,..., v k. Then, {v, v 2,..., v k } is linearly independent. Proof. (by induction) Suppose k =, then {v } is linearly independent because v. Now, assume that {v, v 2,..., v k } is linearly lindependent for k and for distinct eigenvalues λ, λ 2,..., λ k. We show that {v, v 2,..., v k, v k+ } is linearly independent when λ k+ λ j, j k. Since, v k+ Null(L λ k+ I), we need only show that nonzero vector w

9 2.2. EIGENBASIS 36 Span{v, v 2,..., v k } is not in Null(L λ k+ I). Let w = α v +α 2 v α k v k. (L λ k+ I)w = (L λ k+ I)(α v + α 2 v α k v k ) = (λ λ k+ )α v + (λ 2 λ k+ )α 2 v (λ k λ k+ )α k v k. Since the eigenvalues are distinct, if any α k then w Null(L λ k+ I). Thus, any nonzero w is not in Null(L λ k+ I) so v k+ Span{v, v 2,..., v k } and {v, v 2,..., v k, v k+ } is linearly independent. Corollary If L has n distinct eigenvalues λ, λ 2,..., λ n with corresponding eigenvectors v, v 2,..., v n, then {v, v 2,..., v n } is a basis for V. Proof. See Exercise 23. When we are searching for eigenvectors and eigenvalues of an n n matrix M, we are really considering the linear transformation L : R n R n defined by Lv = Mv. Then the eigenvectors are vectors in the domain of L that are scaled (by the eigenvalue) when we apply the linear transformation L to them. That is, v is an eigenvector with corresponding eigenvalue λ R if v R n and Lv = λv. An eigenbasis is just a basis for R n made up of eigenvectors. Similarly when searching for eigenvectors and eigenvalues of a general linear transformation L : V V, eigenvectors of L are domain vectors which are scaled by a scalar under the action of L. An eigenbasis for V is a basis made up of eigenvectors of L. Definition A basis for V constisting of eigenvectors of L, is called an eigenbasis of L for V. Let s look back at Example Notice that if we create a set out of the {( basis) elements ( )} for both of the eigenspaces E and E 2, we get the set B =,, which is a basis for R 2 2.

10 362 CHAPTER 2. EIGENSPACES In Example 2..4, we found that the transformation L had only one eigenvalue. As L is a transformation on a space of dimension 3, Corollary 2.2. does not apply, and we do not yet know if we can obtain an eigenbasis. 2 Example Consider the matrix A = 3. We want to 3 know if A has an eigenbasis for R 3. We begin by finding the eigenvectors and eigenvalues. That is, we want to know for which nonzero vectors v and scalars λ does Av = λv. We know that this has a nonzero solution v if det(a λi) =. So, we solve for λ in 2 λ 3 λ 3 λ =. (2 λ)(3 λ)(3 λ) =. Thus, for λ = 2 and λ 2 = 3, there is a nonzero v so that Av = λv. We now find the corresponding eigenvectors (really the corresponding eigenspaces). That is, we want to find the solutions to (A 2I)v = and (A 3I)v =. (λ = 2) In this case we are solving the matrix equation a (A 2I)v = b =. c So, we will reduce the corresponding augmented matrix.. Thus, a is a free variable and b = c =. Thus, E = Span. (λ 2 = 3) Now, in this case we are solving the matrix equation a (A 3I)v = b =. c

11 2.3. DIAGONALIZABLE TRANSFORMATIONS 363 So, we will reduce the corresponding augmented matrix.. Thus, b is a free variable and a = c =. Thus, E 2 = Span. Notice, that in this example, we only have two linearly independent eigenvectors, v = and v 2 =. In order to get another eigenvector, we would need it to be either in E (and therefore a scalar multiple of v ) or in E 2 (and therefore a scalar multiple of v 2 ). This means that we cannot find an eigenbasis of A for R Diagonalizable Transformations Our explorations in heat diffusion have shown us that if B = {v, v 2,..., v n } is an eigenbasis for R n corresponding to the diffusion matrix E then we can write any initial heat state vector v R n as v = α v + α 2 v α n v n. Suppose these eigenvectors have eigenvalues λ, λ 2,..., λ n, respectively. Then with this decomposition into eigenvectors, we can find the heat state at any later time (say k time steps later) by multiplying the initial heat state by E k. This became an easy computation with the above decomposition because it gives us, using the linearity of matrix multiplication, E k v = E k (α v +α 2 v α n v n ) = α λ k v +α 2 λ k 2v α n λ k nv n. (2.3) We can then apply our knowledge of limits from Calculus here to find the long term behavior. That is, the long term behavior is lim k α λ k v + α 2 λ k 2v α n λ k nv n.

12 364 CHAPTER 2. EIGENSPACES We see that this limit really depends on the size of the eigenvalues. But we have also seen that if we change to an eigenbasis, the diffusion works out really nicely also. Let s remind ourselves how we went about that. First, we notice that if we want all computations in the eigenbasis, we have to reconsider the diffusion matrix transformation as well. That means, we want the matrix transformation that does the same thing that Lv = Ev does, but this matrix is created using the eigenbasis. That is, we want the matrix representation for the linear transformation that takes a coordinate vector [v] E (where E = {v, v 2,..., v n } is the eigenbasis) and maps it to [Ev] E. Let s call this matrix E. What we are saying is that we want E [v] E = [Ev] E. As always, the columns of this matrix are the vectors that are the result of applying the transformation to the current basis elements (in E). Thus, the columns of E are [Ev ] E, [Ev 2 ] E,..., [Ev n ] E. But [Ev ] E = [λ v ] E = λ [v ] E = λ. [Ev 2 ] E = [λ 2 v 2 ] E = λ 2 [v 2 ] E = λ 2.. [Ev n ] E = [λ n v n ] E = λ n [v n ] E = λ n. So, we found E = λ... λ λ n

13 2.3. DIAGONALIZABLE TRANSFORMATIONS 365 Knowing that a change of basis is a linear transformation (actually, an isomorphism), we can find the matrix representation (usually known as a change of basis matrix). Let s call this matrix Q and let s see how this works. We know that Q[v] E = [v] S. This means that if we are given a coordinate vector with respect to the basis E, this transformation will output a coordinate vector with respect to the standard basis S. Recall, to get the coordinate vector in the new basis, we solve for the coefficients in Then v = α v + α 2 v α n v n. [v] E = α α 2. α n. Our favorite way to solve this is to set up the matrix equation α v v 2... v n α 2. = v. α n Notice that this is the transformation written in matrix form. The matrix representation that takes a coordinate vector with respect to the basis E to a coordinate vector with respect to the standard basis is v v 2... v n So the matrix representation for the transformation that changes from the eigenbasis E to the standard basis is given by Q. Let s use that to rewrite E [u] E = [v] E. That is, [u] E = Q u and [v] E = Q v for some u and v in the standard basis. So, we have:. Q (u(t + Δt)) = Q (Eu(t)) = E Q u(t),

14 366 CHAPTER 2. EIGENSPACES u(t + Δt) = Eu(t) = QE Q u(t). It is straightforward to show that for time step k: u(t + kδt) = E k u(t) = Q(E ) k Q u(t), λ k... λ k 2 u(t + kδt) = E k u(t) = Q..... Q u(t), Q u(t + kδt) =... λ k n λ k... λ k Q u(t), [u(t + kδt)] E =... λ k n λ k.... λ k [u(t)] E.... λ k n We see that when vector are represented as coordinate vectors with repsect to an eigenbasis, the transformation is diagonal. Of course, all of this is dependent on having an eigenbasis for R n. Exercise 2 below gives the necessary tools to show that we indeed have an eigenbasis for the diffusion transformation. Following the same procedure in a general setting, let us see what this means in any context. That is, we want to know when we can actually decompose a matrix A into a matrix product QDQ where Q is invertible and D is diagonal. Notice from above we see that to form the columns of Q we use the eigenvectors of A. This means that as long as we can find an eigenbasis {v, v 2,..., v n }, then Q = v v 2... v n. The invertibility of Q follows directly from the fact that Ran(Q) = Span{v, v 2,..., v n } = R n and Theorem 7.6..

15 2.3. DIAGONALIZABLE TRANSFORMATIONS 367 Definition L is called diagonalizable if there is an ordered basis B for V such that [L] B is a diagonal matrix. Definition Given an n n matrix A, we say that A is diagonalizable if there exist invertible matrix Q and diagonal matrix D so that A = QDQ. Before we look at some examples, we have the tools to make three very important statements about diagonalizability of linear transformations. The first theorem provides an existence test for diagonalizability, only requiring that one compute and test the set of eigenvalues. Theorem If L has n distinct eigenvalues, then L is diagonalizable. Proof. The proof follows from Corollary 2.2. and the discussion above. See Exercise 25. The second theorem provides a somewhat less-desireable test for diagonalizability. It tells us that if there are n eigenvalues (some as repeated roots of the characteristic equation), the only way to know if L is diagonalizable is to determine if an eigenbasis exsits for V. Theorem L is diagonalizable if and only if L has n linearly independent eigenvectors. Proof. See Exercise 26. Corollary If the characteristic equation of M has fewer than n (scalar) roots, then L is not diagonalizable.

16 368 CHAPTER 2. EIGENSPACES Proof. If the characteristic equation of M has fewer than n (scalar) roots, then we cannot form a linearly indendent set of n eigenvectors. Thus, by Theorem 2.3.2, L is not diagonalizable. Example Let A = 2 3. We want to determine whether A is diagonalizable. To do this, we need to find the eigenvalues and eigenvectors of A. That is, we want to solve Av = λv for both v and λ. It tends to be easier to find λ first. So, that s what we will do. (A λi)v = has infinitely many solutions when det(a λi) =. In our case, det(a λi) = 2 3 λ = =( λ) λ λ = ( λ) ( ( λ) 2 ) set = λ 2 λ 3 λ Thus, λ =,, 2. Now, because there are three eigenvalues, Corollary 2.2. tells us that there are at least three eigenvectors that are linearly independent. Thus, A is diagonalizable. Let s find the eigenbasis and decompose A into QDQ. (λ = ) We want to find v so that (A)v =. We will solve this equation by reducing an augmented matrix. 2 3 v c c R. (λ = ) We want to find v so that (A I)v =. Again, we will solve this equation by reducing an augmented matrix. 2 3 v c c R. (λ = 2) We want to find v so that (A 2I)v =. Once again, we will solve this equation by reducing an augmented matrix v c 5 c R.

17 2.3. DIAGONALIZABLE TRANSFORMATIONS 369 From these, we can form the eigenbasis,, We also know Q = 5 5 and D =. 2 We leave it to the reader to find Q and show that QDQ = A. Notice that in Example 2.2., there are only two eigenvalues. This means that we cannot form an eigenbasis for R 3. Thus, A is not diagonalizable. This might lead someone to think that we can just count the eigenvalues instead of eigenvectors. Let s see an example where this is not the case. Example Let A = We can find the eigenvalues and eigenvectors of A to determine if A is diagonalizable. Let s step through the same steps. First, we solve the characteristic polynomial det(a λi) =. 3 λ 3 λ λ = (2 λ) 3 λ 3 λ = (2 λ) ( (3 λ) 2 ) set =. So, λ = 2, 4. We only have two eigenvalues. Let s find the corresponding eigenspaces. (λ = 4:) We will solve (A 4I)v = So, the eigenspace is Span 2. /2 /2.

18 37 CHAPTER 2. EIGENSPACES (λ = 2:) We will solve (A 2I)v = So, the eigenspace is Span,. Notice that even though we have two eigenvalues, we still have a set of three linearly independent eigenvectors. So, A is diagonalizable with A = MDM where M = 2 and D = Applications: Harmonic Motion This section will contain basic development of solutions of ordinary differential equations that model harmonic motion. 2.5 Exercises For each of the following, find the eigenvectors and their corresponding eigenvalues and eigenspaces. ( ) 2 3. A = 5 6 ( ) 2. A = A = A =

19 2.5. EXERCISES A = 6. A = ( ) a b L = (a d)x 2 + (b + d)x + c c d Determine which of the following matrices is diagonalizable. Whenever it is, write out the diagonalization of A. ( ) A = 5 6 ( ) 8. A = A = 2 3. A = A = A = Prove or disprove the following statements. 3. If v is an eigenvector of M, then v T is an eigenvector of M T.

20 372 CHAPTER 2. EIGENSPACES 4. If λ is an eigenvalue of M, then λ is also an eigenvalue of M T. 5. If λ is an eigenvalue of M then λ 2 is an eigenvalue of M If u and v are eigenvectors of M, then u + v is also an eigenvector of M. 7. If u is an eigenvector of M, then αu is also an eigenvector of M, for any α. Additional Exercises. 8. Why does Theorem 2.2. tell us that given a matrix with bases E, E 2,... E k for k eigenspaces, we then have E E 2... E k is a linearly independent set? 9. Show that QDQ = A in Example Prove that the eigenvalues of a diagonal matrix are the diagonal entries. 2. Consider the heat diffusion operator E : R m R m with standard basis matrix representation 2δ δ δ 2δ δ... E =, δ 2δ δ.... where < δ < 4. Show that the kth eigenvector v k ( k m) is given by v k = ( sin πk 2πk 3πk, sin, sin m + m + m + (m )πk,..., sin, sin mπk ) m + m + and provide the k th eigenvalue. Discuss the relative size of the eigenvalues. Is the matrix diagonalizable?

21 2.5. EXERCISES Complete Example 2..2 by finding all eigenvalues and bases for each eigenspace. Is the transformation diagonalizable? 23. Prove Corollary Prove that every eigenspace E λ of linear transformation L : V V is a subspace of V. 25. Prove Theorem Prove Theorem Consider a bijective diagonalizable transformation T = QDQ, where D is diagonal. Show that the inverse transformation T = QD Q. 28. Let L : F(R) F(R) be defined by L(f(x)) = f (x), what are the eigenvectors (functions) of this transformation?(here, we are letting F(R) = {f : R R f is differentiable and continuous}.)

22 374 CHAPTER 2. EIGENSPACES

Eigenvalues, Eigenvectors, and Diagonalization

Eigenvalues, Eigenvectors, and Diagonalization Math 240 TA: Shuyi Weng Winter 207 February 23, 207 Eigenvalues, Eigenvectors, and Diagonalization The concepts of eigenvalues, eigenvectors, and diagonalization are best studied with examples. We will

More information

Definition (T -invariant subspace) Example. Example

Definition (T -invariant subspace) Example. Example Eigenvalues, Eigenvectors, Similarity, and Diagonalization We now turn our attention to linear transformations of the form T : V V. To better understand the effect of T on the vector space V, we begin

More information

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix DIAGONALIZATION Definition We say that a matrix A of size n n is diagonalizable if there is a basis of R n consisting of eigenvectors of A ie if there are n linearly independent vectors v v n such that

More information

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 6 Eigenvalues and Eigenvectors Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called an eigenvalue of A if there is a nontrivial

More information

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity: Diagonalization We have seen that diagonal and triangular matrices are much easier to work with than are most matrices For example, determinants and eigenvalues are easy to compute, and multiplication

More information

4. Linear transformations as a vector space 17

4. Linear transformations as a vector space 17 4 Linear transformations as a vector space 17 d) 1 2 0 0 1 2 0 0 1 0 0 0 1 2 3 4 32 Let a linear transformation in R 2 be the reflection in the line = x 2 Find its matrix 33 For each linear transformation

More information

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

1. In this problem, if the statement is always true, circle T; otherwise, circle F. Math 1553, Extra Practice for Midterm 3 (sections 45-65) Solutions 1 In this problem, if the statement is always true, circle T; otherwise, circle F a) T F If A is a square matrix and the homogeneous equation

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 5 Eigenvectors and Eigenvalues In this chapter, vector means column vector Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called

More information

Chapter 5. Eigenvalues and Eigenvectors

Chapter 5. Eigenvalues and Eigenvectors Chapter 5 Eigenvalues and Eigenvectors Section 5. Eigenvectors and Eigenvalues Motivation: Difference equations A Biology Question How to predict a population of rabbits with given dynamics:. half of the

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Sec. 6.1 Eigenvalues and Eigenvectors Linear transformations L : V V that go from a vector space to itself are often called linear operators. Many linear operators can be understood geometrically by identifying

More information

1 Invariant subspaces

1 Invariant subspaces MATH 2040 Linear Algebra II Lecture Notes by Martin Li Lecture 8 Eigenvalues, eigenvectors and invariant subspaces 1 In previous lectures we have studied linear maps T : V W from a vector space V to another

More information

235 Final exam review questions

235 Final exam review questions 5 Final exam review questions Paul Hacking December 4, 0 () Let A be an n n matrix and T : R n R n, T (x) = Ax the linear transformation with matrix A. What does it mean to say that a vector v R n is an

More information

Generalized Eigenvectors and Jordan Form

Generalized Eigenvectors and Jordan Form Generalized Eigenvectors and Jordan Form We have seen that an n n matrix A is diagonalizable precisely when the dimensions of its eigenspaces sum to n. So if A is not diagonalizable, there is at least

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

2 Eigenvectors and Eigenvalues in abstract spaces.

2 Eigenvectors and Eigenvalues in abstract spaces. MA322 Sathaye Notes on Eigenvalues Spring 27 Introduction In these notes, we start with the definition of eigenvectors in abstract vector spaces and follow with the more common definition of eigenvectors

More information

MATH 304 Linear Algebra Lecture 33: Bases of eigenvectors. Diagonalization.

MATH 304 Linear Algebra Lecture 33: Bases of eigenvectors. Diagonalization. MATH 304 Linear Algebra Lecture 33: Bases of eigenvectors. Diagonalization. Eigenvalues and eigenvectors of an operator Definition. Let V be a vector space and L : V V be a linear operator. A number λ

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008 Diagonalization MATH 1502 Calculus II Notes November 4, 2008 We want to understand all linear transformations L : R n R m. The basic case is the one in which n = m. That is to say, the case in which the

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Linear Algebra - Part II

Linear Algebra - Part II Linear Algebra - Part II Projection, Eigendecomposition, SVD (Adapted from Sargur Srihari s slides) Brief Review from Part 1 Symmetric Matrix: A = A T Orthogonal Matrix: A T A = AA T = I and A 1 = A T

More information

MAT224 Practice Exercises - Week 7.5 Fall Comments

MAT224 Practice Exercises - Week 7.5 Fall Comments MAT224 Practice Exercises - Week 75 Fall 27 Comments The purpose of this practice exercise set is to give a review of the midterm material via easy proof questions You can read it as a summary and you

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

Chapter 7. Canonical Forms. 7.1 Eigenvalues and Eigenvectors

Chapter 7. Canonical Forms. 7.1 Eigenvalues and Eigenvectors Chapter 7 Canonical Forms 7.1 Eigenvalues and Eigenvectors Definition 7.1.1. Let V be a vector space over the field F and let T be a linear operator on V. An eigenvalue of T is a scalar λ F such that there

More information

MATH 115A: SAMPLE FINAL SOLUTIONS

MATH 115A: SAMPLE FINAL SOLUTIONS MATH A: SAMPLE FINAL SOLUTIONS JOE HUGHES. Let V be the set of all functions f : R R such that f( x) = f(x) for all x R. Show that V is a vector space over R under the usual addition and scalar multiplication

More information

MATH SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER Given vector spaces V and W, V W is the vector space given by

MATH SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER Given vector spaces V and W, V W is the vector space given by MATH 110 - SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER 2009 GSI: SANTIAGO CAÑEZ 1. Given vector spaces V and W, V W is the vector space given by V W = {(v, w) v V and w W }, with addition and scalar

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Math Final December 2006 C. Robinson

Math Final December 2006 C. Robinson Math 285-1 Final December 2006 C. Robinson 2 5 8 5 1 2 0-1 0 1. (21 Points) The matrix A = 1 2 2 3 1 8 3 2 6 has the reduced echelon form U = 0 0 1 2 0 0 0 0 0 1. 2 6 1 0 0 0 0 0 a. Find a basis for the

More information

MATH 583A REVIEW SESSION #1

MATH 583A REVIEW SESSION #1 MATH 583A REVIEW SESSION #1 BOJAN DURICKOVIC 1. Vector Spaces Very quick review of the basic linear algebra concepts (see any linear algebra textbook): (finite dimensional) vector space (or linear space),

More information

LINEAR ALGEBRA MICHAEL PENKAVA

LINEAR ALGEBRA MICHAEL PENKAVA LINEAR ALGEBRA MICHAEL PENKAVA 1. Linear Maps Definition 1.1. If V and W are vector spaces over the same field K, then a map λ : V W is called a linear map if it satisfies the two conditions below: (1)

More information

MAT 1302B Mathematical Methods II

MAT 1302B Mathematical Methods II MAT 1302B Mathematical Methods II Alistair Savage Mathematics and Statistics University of Ottawa Winter 2015 Lecture 19 Alistair Savage (uottawa) MAT 1302B Mathematical Methods II Winter 2015 Lecture

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Math 24 Calculus III Summer 25, Session II. Determine whether the given set is a vector space. If not, give at least one axiom that is not satisfied. Unless otherwise stated,

More information

Math 217: Eigenspaces and Characteristic Polynomials Professor Karen Smith

Math 217: Eigenspaces and Characteristic Polynomials Professor Karen Smith Math 217: Eigenspaces and Characteristic Polynomials Professor Karen Smith (c)2015 UM Math Dept licensed under a Creative Commons By-NC-SA 4.0 International License. Definition: Let V T V be a linear transformation.

More information

Linear Algebra II Lecture 13

Linear Algebra II Lecture 13 Linear Algebra II Lecture 13 Xi Chen 1 1 University of Alberta November 14, 2014 Outline 1 2 If v is an eigenvector of T : V V corresponding to λ, then v is an eigenvector of T m corresponding to λ m since

More information

MATH 221, Spring Homework 10 Solutions

MATH 221, Spring Homework 10 Solutions MATH 22, Spring 28 - Homework Solutions Due Tuesday, May Section 52 Page 279, Problem 2: 4 λ A λi = and the characteristic polynomial is det(a λi) = ( 4 λ)( λ) ( )(6) = λ 6 λ 2 +λ+2 The solutions to the

More information

Eigenvectors and Hermitian Operators

Eigenvectors and Hermitian Operators 7 71 Eigenvalues and Eigenvectors Basic Definitions Let L be a linear operator on some given vector space V A scalar λ and a nonzero vector v are referred to, respectively, as an eigenvalue and corresponding

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

More information

Recall : Eigenvalues and Eigenvectors

Recall : Eigenvalues and Eigenvectors Recall : Eigenvalues and Eigenvectors Let A be an n n matrix. If a nonzero vector x in R n satisfies Ax λx for a scalar λ, then : The scalar λ is called an eigenvalue of A. The vector x is called an eigenvector

More information

Solutions to Final Exam

Solutions to Final Exam Solutions to Final Exam. Let A be a 3 5 matrix. Let b be a nonzero 5-vector. Assume that the nullity of A is. (a) What is the rank of A? 3 (b) Are the rows of A linearly independent? (c) Are the columns

More information

Practice problems for Exam 3 A =

Practice problems for Exam 3 A = Practice problems for Exam 3. Let A = 2 (a) Determine whether A is diagonalizable. If so, find a matrix S such that S AS is diagonal. If not, explain why not. (b) What are the eigenvalues of A? Is A diagonalizable?

More information

Math Matrix Algebra

Math Matrix Algebra Math 44 - Matrix Algebra Review notes - 4 (Alberto Bressan, Spring 27) Review of complex numbers In this chapter we shall need to work with complex numbers z C These can be written in the form z = a+ib,

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011 Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 8, Solutions to Problems 5 are omitted since they involve topics no longer covered on the Comprehensive

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

NORMS ON SPACE OF MATRICES

NORMS ON SPACE OF MATRICES NORMS ON SPACE OF MATRICES. Operator Norms on Space of linear maps Let A be an n n real matrix and x 0 be a vector in R n. We would like to use the Picard iteration method to solve for the following system

More information

Final A. Problem Points Score Total 100. Math115A Nadja Hempel 03/23/2017

Final A. Problem Points Score Total 100. Math115A Nadja Hempel 03/23/2017 Final A Math115A Nadja Hempel 03/23/2017 nadja@math.ucla.edu Name: UID: Problem Points Score 1 10 2 20 3 5 4 5 5 9 6 5 7 7 8 13 9 16 10 10 Total 100 1 2 Exercise 1. (10pt) Let T : V V be a linear transformation.

More information

Lecture 15, 16: Diagonalization

Lecture 15, 16: Diagonalization Lecture 15, 16: Diagonalization Motivation: Eigenvalues and Eigenvectors are easy to compute for diagonal matrices. Hence, we would like (if possible) to convert matrix A into a diagonal matrix. Suppose

More information

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det What is the determinant of the following matrix? 3 4 3 4 3 4 4 3 A 0 B 8 C 55 D 0 E 60 If det a a a 3 b b b 3 c c c 3 = 4, then det a a 4a 3 a b b 4b 3 b c c c 3 c = A 8 B 6 C 4 D E 3 Let A be an n n matrix

More information

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix Professor Joana Amorim, jamorim@bu.edu What is on this week Vector spaces (continued). Null space and Column Space of a matrix............................. Null Space...........................................2

More information

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

More information

Lecture Notes for Math 414: Linear Algebra II Fall 2015, Michigan State University

Lecture Notes for Math 414: Linear Algebra II Fall 2015, Michigan State University Lecture Notes for Fall 2015, Michigan State University Matthew Hirn December 11, 2015 Beginning of Lecture 1 1 Vector Spaces What is this course about? 1. Understanding the structural properties of a wide

More information

0.1 Rational Canonical Forms

0.1 Rational Canonical Forms We have already seen that it is useful and simpler to study linear systems using matrices. But matrices are themselves cumbersome, as they are stuffed with many entries, and it turns out that it s best

More information

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a). .(5pts) Let B = 5 5. Compute det(b). (a) (b) (c) 6 (d) (e) 6.(5pts) Determine which statement is not always true for n n matrices A and B. (a) If two rows of A are interchanged to produce B, then det(b)

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Eigenvalues and Eigenvectors A =

Eigenvalues and Eigenvectors A = Eigenvalues and Eigenvectors Definition 0 Let A R n n be an n n real matrix A number λ R is a real eigenvalue of A if there exists a nonzero vector v R n such that A v = λ v The vector v is called an eigenvector

More information

Calculating determinants for larger matrices

Calculating determinants for larger matrices Day 26 Calculating determinants for larger matrices We now proceed to define det A for n n matrices A As before, we are looking for a function of A that satisfies the product formula det(ab) = det A det

More information

Final Exam Practice Problems Answers Math 24 Winter 2012

Final Exam Practice Problems Answers Math 24 Winter 2012 Final Exam Practice Problems Answers Math 4 Winter 0 () The Jordan product of two n n matrices is defined as A B = (AB + BA), where the products inside the parentheses are standard matrix product. Is the

More information

Quizzes for Math 304

Quizzes for Math 304 Quizzes for Math 304 QUIZ. A system of linear equations has augmented matrix 2 4 4 A = 2 0 2 4 3 5 2 a) Write down this system of equations; b) Find the reduced row-echelon form of A; c) What are the pivot

More information

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015 Solutions to Final Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated /5/05 Answers This page contains answers only. See the following pages for detailed solutions. (. (a x. See

More information

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true.

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true. 1 Which of the following statements is always true? I The null space of an m n matrix is a subspace of R m II If the set B = {v 1,, v n } spans a vector space V and dimv = n, then B is a basis for V III

More information

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F is R or C. Definition 1. A linear operator

More information

EIGENVALUES AND EIGENVECTORS 3

EIGENVALUES AND EIGENVECTORS 3 EIGENVALUES AND EIGENVECTORS 3 1. Motivation 1.1. Diagonal matrices. Perhaps the simplest type of linear transformations are those whose matrix is diagonal (in some basis). Consider for example the matrices

More information

MATH 423 Linear Algebra II Lecture 20: Geometry of linear transformations. Eigenvalues and eigenvectors. Characteristic polynomial.

MATH 423 Linear Algebra II Lecture 20: Geometry of linear transformations. Eigenvalues and eigenvectors. Characteristic polynomial. MATH 423 Linear Algebra II Lecture 20: Geometry of linear transformations. Eigenvalues and eigenvectors. Characteristic polynomial. Geometric properties of determinants 2 2 determinants and plane geometry

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors LECTURE 3 Eigenvalues and Eigenvectors Definition 3.. Let A be an n n matrix. The eigenvalue-eigenvector problem for A is the problem of finding numbers λ and vectors v R 3 such that Av = λv. If λ, v are

More information

Systems of Algebraic Equations and Systems of Differential Equations

Systems of Algebraic Equations and Systems of Differential Equations Systems of Algebraic Equations and Systems of Differential Equations Topics: 2 by 2 systems of linear equations Matrix expression; Ax = b Solving 2 by 2 homogeneous systems Functions defined on matrices

More information

(the matrix with b 1 and b 2 as columns). If x is a vector in R 2, then its coordinate vector [x] B relative to B satisfies the formula.

(the matrix with b 1 and b 2 as columns). If x is a vector in R 2, then its coordinate vector [x] B relative to B satisfies the formula. 4 Diagonalization 4 Change of basis Let B (b,b ) be an ordered basis for R and let B b b (the matrix with b and b as columns) If x is a vector in R, then its coordinate vector x B relative to B satisfies

More information

Matrices related to linear transformations

Matrices related to linear transformations Math 4326 Fall 207 Matrices related to linear transformations We have encountered several ways in which matrices relate to linear transformations. In this note, I summarize the important facts and formulas

More information

Math 205, Summer I, Week 4b:

Math 205, Summer I, Week 4b: Math 205, Summer I, 2016 Week 4b: Chapter 5, Sections 6, 7 and 8 (5.5 is NOT on the syllabus) 5.6 Eigenvalues and Eigenvectors 5.7 Eigenspaces, nondefective matrices 5.8 Diagonalization [*** See next slide

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues.

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues. Similar Matrices and Diagonalization Page 1 Theorem If A and B are n n matrices, which are similar, then they have the same characteristic equation and hence the same eigenvalues. Proof Let A and B be

More information

Generalized eigenspaces

Generalized eigenspaces Generalized eigenspaces November 30, 2012 Contents 1 Introduction 1 2 Polynomials 2 3 Calculating the characteristic polynomial 5 4 Projections 7 5 Generalized eigenvalues 10 6 Eigenpolynomials 15 1 Introduction

More information

Math 24 Spring 2012 Questions (mostly) from the Textbook

Math 24 Spring 2012 Questions (mostly) from the Textbook Math 24 Spring 2012 Questions (mostly) from the Textbook 1. TRUE OR FALSE? (a) The zero vector space has no basis. (F) (b) Every vector space that is generated by a finite set has a basis. (c) Every vector

More information

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

More information

6 Inner Product Spaces

6 Inner Product Spaces Lectures 16,17,18 6 Inner Product Spaces 6.1 Basic Definition Parallelogram law, the ability to measure angle between two vectors and in particular, the concept of perpendicularity make the euclidean space

More information

4.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial

4.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial Linear Algebra (part 4): Eigenvalues, Diagonalization, and the Jordan Form (by Evan Dummit, 27, v ) Contents 4 Eigenvalues, Diagonalization, and the Jordan Canonical Form 4 Eigenvalues, Eigenvectors, and

More information

Math 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 9 Applied Linear Algebra Lecture 9: Diagonalization Stephen Billups University of Colorado at Denver Math 9Applied Linear Algebra p./9 Section. Diagonalization The goal here is to develop a useful

More information

Dimension. Eigenvalue and eigenvector

Dimension. Eigenvalue and eigenvector Dimension. Eigenvalue and eigenvector Math 112, week 9 Goals: Bases, dimension, rank-nullity theorem. Eigenvalue and eigenvector. Suggested Textbook Readings: Sections 4.5, 4.6, 5.1, 5.2 Week 9: Dimension,

More information

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION MATH (LINEAR ALGEBRA ) FINAL EXAM FALL SOLUTIONS TO PRACTICE VERSION Problem (a) For each matrix below (i) find a basis for its column space (ii) find a basis for its row space (iii) determine whether

More information

Chapter 4 & 5: Vector Spaces & Linear Transformations

Chapter 4 & 5: Vector Spaces & Linear Transformations Chapter 4 & 5: Vector Spaces & Linear Transformations Philip Gressman University of Pennsylvania Philip Gressman Math 240 002 2014C: Chapters 4 & 5 1 / 40 Objective The purpose of Chapter 4 is to think

More information

EIGENVALUES AND EIGENVECTORS

EIGENVALUES AND EIGENVECTORS EIGENVALUES AND EIGENVECTORS Diagonalizable linear transformations and matrices Recall, a matrix, D, is diagonal if it is square and the only non-zero entries are on the diagonal This is equivalent to

More information

MAC Module 12 Eigenvalues and Eigenvectors. Learning Objectives. Upon completing this module, you should be able to:

MAC Module 12 Eigenvalues and Eigenvectors. Learning Objectives. Upon completing this module, you should be able to: MAC Module Eigenvalues and Eigenvectors Learning Objectives Upon completing this module, you should be able to: Solve the eigenvalue problem by finding the eigenvalues and the corresponding eigenvectors

More information

W2 ) = dim(w 1 )+ dim(w 2 ) for any two finite dimensional subspaces W 1, W 2 of V.

W2 ) = dim(w 1 )+ dim(w 2 ) for any two finite dimensional subspaces W 1, W 2 of V. MA322 Sathaye Final Preparations Spring 2017 The final MA 322 exams will be given as described in the course web site (following the Registrar s listing. You should check and verify that you do not have

More information

Solutions Problem Set 8 Math 240, Fall

Solutions Problem Set 8 Math 240, Fall Solutions Problem Set 8 Math 240, Fall 2012 5.6 T/F.2. True. If A is upper or lower diagonal, to make det(a λi) 0, we need product of the main diagonal elements of A λi to be 0, which means λ is one of

More information

MATH 1553 PRACTICE MIDTERM 3 (VERSION B)

MATH 1553 PRACTICE MIDTERM 3 (VERSION B) MATH 1553 PRACTICE MIDTERM 3 (VERSION B) Name Section 1 2 3 4 5 Total Please read all instructions carefully before beginning. Each problem is worth 10 points. The maximum score on this exam is 50 points.

More information

Summer Session Practice Final Exam

Summer Session Practice Final Exam Math 2F Summer Session 25 Practice Final Exam Time Limit: Hours Name (Print): Teaching Assistant This exam contains pages (including this cover page) and 9 problems. Check to see if any pages are missing.

More information

Diagonalization of Matrix

Diagonalization of Matrix of Matrix King Saud University August 29, 2018 of Matrix Table of contents 1 2 of Matrix Definition If A M n (R) and λ R. We say that λ is an eigenvalue of the matrix A if there is X R n \ {0} such that

More information

LINEAR ALGEBRA QUESTION BANK

LINEAR ALGEBRA QUESTION BANK LINEAR ALGEBRA QUESTION BANK () ( points total) Circle True or False: TRUE / FALSE: If A is any n n matrix, and I n is the n n identity matrix, then I n A = AI n = A. TRUE / FALSE: If A, B are n n matrices,

More information

Math 110 Linear Algebra Midterm 2 Review October 28, 2017

Math 110 Linear Algebra Midterm 2 Review October 28, 2017 Math 11 Linear Algebra Midterm Review October 8, 17 Material Material covered on the midterm includes: All lectures from Thursday, Sept. 1st to Tuesday, Oct. 4th Homeworks 9 to 17 Quizzes 5 to 9 Sections

More information

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU LU Factorization A m n matri A admits an LU factorization if it can be written in the form of Where, A = LU L : is a m m lower triangular matri with s on the diagonal. The matri L is invertible and is

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

9.1 Eigenanalysis I Eigenanalysis II Advanced Topics in Linear Algebra Kepler s laws

9.1 Eigenanalysis I Eigenanalysis II Advanced Topics in Linear Algebra Kepler s laws Chapter 9 Eigenanalysis Contents 9. Eigenanalysis I.................. 49 9.2 Eigenanalysis II................. 5 9.3 Advanced Topics in Linear Algebra..... 522 9.4 Kepler s laws................... 537

More information

Topics in linear algebra

Topics in linear algebra Chapter 6 Topics in linear algebra 6.1 Change of basis I want to remind you of one of the basic ideas in linear algebra: change of basis. Let F be a field, V and W be finite dimensional vector spaces over

More information