Eigenvalues and Eigenvectors

Size: px
Start display at page:

Download "Eigenvalues and Eigenvectors"

Transcription

1 MATH 307 Eigenvalues and Eigenvectors Dr. Neal, WKU Let T : R n R n be a linear transformation with n n matrix representation A. A non-zero vector x R n is called an eigenvector of T if there exists a scalar c such that T( x ) = c x. The scalar c is then called an eigenvalue. In matrix form, we say that a nonzero X is an eigenvector if A X = c X. The eigenvectors are simply those vectors in R n that are expanded or contracted in the same or opposite direction by the transformation T. Example 1. Let T : R 2 R 2 be given by T ((x, y) ) = ( 5 x, 3 y). Then A = For non-zero vectors of the form x = (x, 0), we have T( x ) = T((x, 0)) = ( 5 x, 0) = 5 x. Thus, any non-zero vector of the form (x, 0) is an eigenvector of T with associated eigenvalue c = 5. Since T( x ) = 5 x, such a vector x = (x, 0) is simply expanded by 5 in the opposite direction. These eigenvectors (x, 0) form a one-dimensional eigenspace with basis (1, 0). Similarly, non-zero vectors of the form (0, y) are eigenvectors of T with associated eigenvalue c = 3. These vectors are expanded by a factor of 3 by the transformation T. These eigenvectors form another one-dimensional eigenspace with basis (0, 1). In this case, the two eigenspace basis vectors (1, 0) and (0, 1) form a basis for all of R 2. Finding the Eigenvalues To find all possible eigenvalues, we must find the scalars c such that A X = c X for some non-zero X. This equation can be re-written in the following ways: Thus the equation A X c X = 0 A X c I n X = 0 ( A c I n ) X = 0. ( A c I n ) X = 0 must have a non-trivial solution X. In other ( ) must equal 0. (If the determinant were not equal to 0, then there words, det A c I n would be only the trivial solution of X = 0.) To find the eigenvalues c, we must solve the equation det ( A c I n ) = 0. Example 1 (continued): Because T has matrix representation A = 5 0 c 0 5 c 0 = =. So det A c I c 0 3 c n ( ) = ( 5 c)(3 c). 5 0, then A c I 0 3 n Solving ( 5 c)(3 c) = 0, we obtain c = 5 and c = 3 as the only eigenvalues.

2 Dr. Neal, WKU Finding the Eigenvectors Once we have an eigenvalue c, we must find all (non-zero) solutions to the homogeneous system ( A c I n ) X = 0. These solutions are called the eigenspace for the eigenvalue c. The eigenspace is a subspace of R n ; thus, we also can find a basis for each eigenspace. Example 1 (continued): When c = 5, then A c I n = A c I n eigenspace is (1, 0) The general solution to 0 8 ( ) X = 0 is x 1 = t and x 2 = 0 (i.e., vectors of the form (t, 0) So a basis for this For c = 3, then A c I n = A c I n eigenspace is the vector (0, 1) Now, the general solution to the system ( ) X = 0 is x 1 = 0 and x 2 = t (i.e., vectors of the form (0, t ) So a basis for this ( ) = Example 2. Let T : R 2 R 2 be a counterclockwise rotation by 90. Then T (1, 0) 0 1 c 1 (0, 1) and T ((0, 1) ) = ( 1, 0). So A =. Then A c I 1 0 n = and det A c I 1 c n ( ) = c Solving c 2 +1 = 0, we see that there are no real solutions. Thus, there are no eigenvalues or eigenvectors. No vector in R 2 is magnified along the same line by this transformation. Every vector is rotated Example 3. Let T : R 3 R 3 be defined by the matrix A = Find the eigenvalues and bases for the associated eigenspaces. Determine if the basis vectors form a basis for all of R 3. 1 c 0 1 Solution. We look at the matrix A c I n = 0 1 c 0 and we must compute c det ( A c I n ). To do so, we will use the weave method for finding 3 3 determinants: 1 c c 0 1 c c c 0

3 Dr. Neal, WKU [(1 c )( 1 c )(1 c ) ] [1( 1 c )1 + (1 c ) (1 c )] = (1 c )( 1 c )(1 c ) ( 1 c ) = ( 1 c )[(1 c) 2 1]. So we must solve ( 1 c )[(1 c) 2 1] = 0 c = 1, or (1 c) 2 = 1 1 c = ± = c c = 0 or c = 2. So we have three eigenvalues c = 1, c = 0, and c = If c = 1, then A c I n = rref x 1 = 0, x 2 = t, x 3 = 0. The one-dimensional eigenspace for c = 1 has basis (0, 1, 0). Any non-zero vector of the form t (0, 1, 0) = (0, t, 0) is an eigenvector for eigenvalue c = If c = 0, then A c I n = rref x 1 = t, x 2 = 0, x 3 = t. The one-dimensional eigenspace for c = 0 has basis ( 1, 0, 1) If c = 2, then A c I n = rref x 1 = t, x 2 = 0, x 3 = t. The one-dimensional eigenspace for c = 2 has basis (1, 0, 1). Consider the three eigenspace basis vectors S = {(0, 1, 0), ( 1, 0, 1), (1, 0, 1)}. Do they form a basis for all of R 3? Let P = Then det (P) = 2 0; thus, S does form a basis for R Diagonalizing the Matrix A Suppose the n n matrix A has n eigenvectors that form a basis for all of R n. Let P be the associated matrix representation of these eigenvectors (det (P) 0; P 1 exists). Then the matrix D = P 1 A P is diagonal with the corresponding eigenvalues down the main diagonal. In this case, we also obtain the following results:

4 det (P 1 A P) = det (A ) and Tr( P 1 A P ) = Tr( A ). Dr. Neal, WKU (These results actually hold for any invertible matrix P and are proven below.) Example 3 (continued): Here A = and P = We see that P 1 AP = 0 0 0, which shows the three eigenvalues c = 1, c = 0, and c = 2 down the main diagonal. Finally we can check that det (A ) = 0 = det (P 1 A P) and Tr( A ) = 1 = Tr( P 1 A P ). Definition. Let A, B be n n matrices. We say that A is similar to B if there exists an invertible n n matrix P such that A = P 1 B P. Theorem 4.1. Similarity is an equivalence relation on the set of n n matrices. That is, similarity is refelxive, symmetric, and transitive. Reflexive: A is similar to A for all n n matrices A. Proof. Let P = I n. Then P 1 = I n also, and A = I n 1 A In = P 1 AP ; so A is similar to A. Symmetric: If A is similar to B, then B is similar to A. Proof. Assume A is similar to B. Then there exists an invertible n n matrix P such that A = P 1 B P. But Q = P 1 is also invertible and Q 1 = P ; thus, Hence, B is similar to A. B = PA P 1 = Q 1 AQ. Transitive: If A is similar to B and B is similar to C, then A is similar to C. Proof. Assume A is similar to B and B is similar to C. Then there exist invertible n n matrices P and Q such that A = P 1 B P and B = Q 1 CQ = C. Then R = PQ is also an invertible n n matrix and thus, A is similar to C. A = P 1 B P = P 1 Q 1 CQP = (QP) 1 C(QP) = R 1 C R ;

5 Theorem 4.2 Similar matrices have the same determinant and the same trace. Dr. Neal, WKU Proof. If A is n n and P is an invertible n n matrix with A = P 1 B P, then det(a) = det(p 1 B P) = det(p 1 ) det(bp) = det(b P) det(p 1 ) = det(b PP 1 ) = det(b I n ) = det(b). Thus, similar matrices have the same determinant. For the trace operator, recall that Tr(A B) = Tr(B A); thus, Tr(A) = Tr(P 1 B P) = Tr(B PP 1 ) = Tr(B I n ) = Tr(B). Computing A k Let A be an n n having n distinct eigenvectors that form a basis for R n. Let P be the associated matrix representation of these eigenvectors (det (P) 0; P 1 exists). Then the matrix D = P 1 A P is diagonal with the corresponding eigenvalues down the main diagonal. Using D = P 1 A P, we can solve for A to obtain A = P DP 1. It is now possible to compute A k by A k = (P DP 1 ) k = P DP 1 P DP 1... P DP 1 = P D k P 1. However D is diagonal of the form c c D = c n where the c i are the eigenvalues corresponding to the eigenvectors of each column of P. So k c k c k k 0 c c D k = and thus A k = P P k k c n c n The next examples show the usefulness of this form of A k :

6 Dr. Neal, WKU Example 4. Currently 30% of the adult population is on a diet to lose weight. But each week, 10% of those on a diet drop off, and 5% of those not on a diet start one. Let T be the transition matrix. (i) If the process maintains fixed transition probabilities, then what is the limit state? (ii) Prove that the limiting state is independent of the initial state. Solution. We first shall find the eignevalues and eigenvectors, and use them to find T k. Then we shall compute lim k T k. There are two states (On Off), with initial state A = ( ). The transition matrix T is Initial State On Off On Off State After Transition = T λ 0.1 Then T λ I 2 = and λ det(t λ I 2 ) = (0.9 λ)(0.95 λ) = λ λ = (λ 1)(λ 0.85). Solving det(t λ I 2 ) = 0, we obtain the two eigenvalues λ=1 and λ= When λ=1, we have T λ I 2 = and rref (T λ I ) = 1 1. Thus, (T λ I )X = 0 has the solution form x 1 = x 2 = t, with a basis being the vector (1, 1) When λ= 0.85, we have T λ I 2 = and rref (T λ I ) = 1 2. Thus, 0 0 (T λ I 2 )X = 0 has the solution x 1 = 2t, x 2 = t, with a basis being the vector ( 2, 1). We now write the eigenvectors (1, 1) and ( 2, 1) in column form to create the matrix P = 1 2. Then P 1 T P = 1 0 and T = P 1 0 P 1. Therefore, we have T k = P 1k k P 1 and lim T k = P 1 0 P 1 1/3 2 /3 =. k 0 0 1/3 2 /3 Then for any initial state matrix A = ( p 1 p 2 ) with p 1 + p 2 = 1, we have lim AT k 1/3 2/3 = ( p 1 p 2 ) = 1 k 1/3 2/3 3 p p p p 2 = Thus, no matter what the initial state is, these transition probabilities force an eventual steady-state of 1/3 On a Diet and 2/3 Off a Diet.

7 Dr. Neal, WKU Example 5. Genotypes AA, Aa, aa are always bred with the genotype AA. The initial generation is 10% AA, 30% Aa and 60% aa. The resulting successive generations continue to be bred with AA. Let T be the transition matrix. (i) Compute lim T k. (ii) What is the limiting state of the genotypes regardless of the k state of the initial generation? Solution. There are three states (AA Aa aa), with initial state I = ( ). The transition matrix T is given by Breed AA with AA Aa aa Next generation AA Aa = T aa λ 0 0 Then T λ I 3 = λ 0 and det(t λ I 3) = (1 λ)(0.5 λ)( λ). 0 1 λ Solving det(t λ I 3 ) = 0, we obtain the three eigenvalues λ=1, λ= 0.5, and λ = 0. When λ=1, we have T λ I 3 = and rref (T λ I 3 ) = Thus, (T λ I 3 )X = 0 has the solution x 1 = x 2 = x 3 = t, with a basis being the vector (1, 1, 1) When λ= 0.5, we have T λ I 3 = and rref (T λ I 3) = Thus, (T λ I 3 )X = 0 has the solution x 1 = 0, x 2 = 0.5x 3, x 3 = t, with a basis being the vector (0, 0.5, 1). When λ= 0, we have T λ I 3 = and rref (T λ I 3 ) = Thus, (T λ I 3 )X = 0 has the solution x 1 = 0, x 2 = 0, x 3 = t, with a basis being the vector (0, 0, 1). We now write the eigenvectors in column form to create the matrix P =

8 Then P 1 T P = and T = P P 1. Therefore, we have 1 k 0 0 T k = P k 0 P 1 and lim T k = P k P 1 = Dr. Neal, WKU ( ) with p 1 + p 2 + p 3 =1, we have Then for any initial state matrix I = p 1 p 2 p 3 lim AT k = ( p 1 p 2 p 3 ) k = ( p 1 + p 2 + p 3 0 0) = ( 1 0 0). Thus, no matter what the initial state is, after many iterations of breeding successive generations solely with AA, the entire population becomes AA. We conclude with a final result: Theorem 4.3. (a) Let T : R n R n be a linear transformation. If T is one-to-one and onto and c is an eigenvalue of T, then c 0 and 1 / c is an eigenvalue of T 1. (b) Let A be invertible. If c is an eigenvalue of A, then 1 / c is an eigenvalue of A 1. Proof. (a) Because c is an eigenvalue of T, there exists a non-zero vector x such that T( x ) = c x. If c = 0, then T( x ) = 0 for a non-zero vector x, which cannot happen because T is one-to-one. Thus, c 0. Because T is one-to-one and onto, T 1 exists. And because T( x ) = c x, we have x = T 1 (c x ) = c T 1 ( x ). Thus, T 1 ( x ) = 1 x and 1 / c is an c eigenvalue of T 1. (b) Suppose c is an eigenvalue of A. Then A X = c X for some non-zero eigenvector X. Because A is invertible, we have X = A 1 (c X) = c A 1 X. Because X is a non-zero vector, then c cannot equal 0 or else c A 1 X = X would be 0. So c 0. Now because c A 1 X = X, we have A 1 X = 1 c X. eigenvector X. So 1 / c is an eigenvalue of A 1 with the same

9 Exercises Dr. Neal, WKU (i) A = (ii) A = (iii) A = (iv) A = For each of the above matrices A, (a) Find the eigenvalues of A. (b) For each eigenvalue, find the eigenspace and a basis for the eigenspace. (c) Determine if there is a basis of eigenvectors. If so, show how to convert A into a diagonal matrix that is similar to A. Then verify that the similar matrix has the same determinant and the same trace as A. (d) If A is invertible, then find the eigenvalues of A Successive generations of genotypes AA, Aa, aa are always bred with the same type of genotype (AA always with AA, Aa always with Aa, and aa always with aa). (a) Give the matrix of transition probabilities T. (b) Find the eigenvalues of T. For each eigenvalue, find the eigenspace and a basis for the eigenspace. (c) Compute T k and lim T k. k (d) Given an initial state of I = ( p 1 p 2 p 3 ), what is the limiting distribution? Prove or disprove that the limiting state depends on the initial state.

10 Dr. Neal, WKU Answers (i) c = 1, basis ( 1, 1, 0), ( 1, 0,1); c = 2, basis (1, 1, 1). Let P = det (P) = 3 0, so there is a basis of eigenvectors. A is similar to P 1 AP = Also, det (A) = 2 = det (P 1 A P) and Tr(A) = 0 = Tr(P 1 A P). The eigenvalues of A 1 are 1 and 1/ (ii) c = 0, basis ( 1, 1, 0); c = 1, basis (0, 0, 1); c = 2, basis (1, 1, 0). Let P = det (P = 2 0, so there is a basis of eigenvectors. A is similar to P 1 AP = and det (A) = 0 = det(p 1 A P)) and Tr(A) = 3 = Tr(P 1 A P). (iii) c = 2, basis ( 1, 0,1); c = 4, basis (1, 2, 1); c = 0, basis (1, 2, 1) Let P = det (P) = 8 0, so there is a basis of eigenvectors. A is similar to P 1 AP = and det (A) = 0 = det(p 1 A P) and Tr(A) = 6 = Tr(P 1 A P) (iv) c = 4, basis (1, 0, 0), (0, 0, 1); c = 2, basis (1, 2, 1). Let P = ; det (P) = 2 0, so there is a basis of eigenvectors. A is similar to P 1 AP = and det (A) = 32 = det (P 1 A P) and Tr(A) = 10 = Tr(P 1 A P). The eigenvalues of A 1 are 1/4 and 1/2.

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

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

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

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

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

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions.

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions. The exam will cover Sections 6.-6.2 and 7.-7.4: True/False 30% Definitions 0% Computational 60% Skip Minors and Laplace Expansion in Section 6.2 and p. 304 (trajectories and phase portraits) in Section

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

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

Math 315: Linear Algebra Solutions to Assignment 7

Math 315: Linear Algebra Solutions to Assignment 7 Math 5: Linear Algebra s to Assignment 7 # Find the eigenvalues of the following matrices. (a.) 4 0 0 0 (b.) 0 0 9 5 4. (a.) The characteristic polynomial det(λi A) = (λ )(λ )(λ ), so the eigenvalues are

More information

Practice Exam. 2x 1 + 4x 2 + 2x 3 = 4 x 1 + 2x 2 + 3x 3 = 1 2x 1 + 3x 2 + 4x 3 = 5

Practice Exam. 2x 1 + 4x 2 + 2x 3 = 4 x 1 + 2x 2 + 3x 3 = 1 2x 1 + 3x 2 + 4x 3 = 5 Practice Exam. Solve the linear system using an augmented matrix. State whether the solution is unique, there are no solutions or whether there are infinitely many solutions. If the solution is unique,

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

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

Diagonalization. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Diagonalization. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Diagonalization MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Motivation Today we consider two fundamental questions: Given an n n matrix A, does there exist a basis

More information

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS LINEAR ALGEBRA, -I PARTIAL EXAM SOLUTIONS TO PRACTICE PROBLEMS Problem (a) For each of the two matrices below, (i) determine whether it is diagonalizable, (ii) determine whether it is orthogonally diagonalizable,

More information

DM554 Linear and Integer Programming. Lecture 9. Diagonalization. Marco Chiarandini

DM554 Linear and Integer Programming. Lecture 9. Diagonalization. Marco Chiarandini DM554 Linear and Integer Programming Lecture 9 Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. More on 2. 3. 2 Resume Linear transformations and

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

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

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

MATH 307 Test 1 Study Guide

MATH 307 Test 1 Study Guide MATH 37 Test 1 Study Guide Theoretical Portion: No calculators Note: It is essential for you to distinguish between an entire matrix C = (c i j ) and a single element c i j of the matrix. For example,

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 222 3. M Test # July, 23 Solutions. For each statement indicate whether it is always TRUE or sometimes FALSE. Note: For

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

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

Math 21b Final Exam Thursday, May 15, 2003 Solutions

Math 21b Final Exam Thursday, May 15, 2003 Solutions Math 2b Final Exam Thursday, May 5, 2003 Solutions. (20 points) True or False. No justification is necessary, simply circle T or F for each statement. T F (a) If W is a subspace of R n and x is not in

More information

MATH 1553 SAMPLE FINAL EXAM, SPRING 2018

MATH 1553 SAMPLE FINAL EXAM, SPRING 2018 MATH 1553 SAMPLE FINAL EXAM, SPRING 2018 Name Circle the name of your instructor below: Fathi Jankowski Kordek Strenner Yan Please read all instructions carefully before beginning Each problem is worth

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

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors November 3, 2016 1 Definition () The (complex) number λ is called an eigenvalue of the n n matrix A provided there exists a nonzero (complex) vector v such that Av = λv, in which case the vector v is called

More information

(a) If A is a 3 by 4 matrix, what does this tell us about its nullspace? Solution: dim N(A) 1, since rank(a) 3. Ax =

(a) If A is a 3 by 4 matrix, what does this tell us about its nullspace? Solution: dim N(A) 1, since rank(a) 3. Ax = . (5 points) (a) If A is a 3 by 4 matrix, what does this tell us about its nullspace? dim N(A), since rank(a) 3. (b) If we also know that Ax = has no solution, what do we know about the rank of A? C(A)

More information

Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI?

Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI? Section 5. The Characteristic Polynomial Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI? Property The eigenvalues

More information

Announcements Monday, November 06

Announcements Monday, November 06 Announcements Monday, November 06 This week s quiz: covers Sections 5 and 52 Midterm 3, on November 7th (next Friday) Exam covers: Sections 3,32,5,52,53 and 55 Section 53 Diagonalization Motivation: Difference

More information

Diagonalization. Hung-yi Lee

Diagonalization. Hung-yi Lee Diagonalization Hung-yi Lee Review If Av = λv (v is a vector, λ is a scalar) v is an eigenvector of A excluding zero vector λ is an eigenvalue of A that corresponds to v Eigenvectors corresponding to λ

More information

Linear Systems. Class 27. c 2008 Ron Buckmire. TITLE Projection Matrices and Orthogonal Diagonalization CURRENT READING Poole 5.4

Linear Systems. Class 27. c 2008 Ron Buckmire. TITLE Projection Matrices and Orthogonal Diagonalization CURRENT READING Poole 5.4 Linear Systems Math Spring 8 c 8 Ron Buckmire Fowler 9 MWF 9: am - :5 am http://faculty.oxy.edu/ron/math//8/ Class 7 TITLE Projection Matrices and Orthogonal Diagonalization CURRENT READING Poole 5. Summary

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

0.1 Eigenvalues and Eigenvectors

0.1 Eigenvalues and Eigenvectors 0.. EIGENVALUES AND EIGENVECTORS MATH 22AL Computer LAB for Linear Algebra Eigenvalues and Eigenvectors Dr. Daddel Please save your MATLAB Session (diary)as LAB9.text and submit. 0. Eigenvalues and Eigenvectors

More information

EXAM. Exam #3. Math 2360, Spring April 24, 2001 ANSWERS

EXAM. Exam #3. Math 2360, Spring April 24, 2001 ANSWERS EXAM Exam #3 Math 2360, Spring 200 April 24, 200 ANSWERS i 40 pts Problem In this problem, we will work in the vectorspace P 3 = { ax 2 + bx + c a, b, c R }, the space of polynomials of degree less than

More information

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is,

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is, 65 Diagonalizable Matrices It is useful to introduce few more concepts, that are common in the literature Definition 65 The characteristic polynomial of an n n matrix A is the function p(λ) det(a λi) Example

More information

Math 314H Solutions to Homework # 3

Math 314H Solutions to Homework # 3 Math 34H Solutions to Homework # 3 Complete the exercises from the second maple assignment which can be downloaded from my linear algebra course web page Attach printouts of your work on this problem to

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

T ((x 1, x 2,..., x n )) = + x x 3. , x 1. x 3. Each of the four coordinates in the range is a linear combination of the three variables x 1

T ((x 1, x 2,..., x n )) = + x x 3. , x 1. x 3. Each of the four coordinates in the range is a linear combination of the three variables x 1 MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

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

Mon Mar matrix eigenspaces. Announcements: Warm-up Exercise:

Mon Mar matrix eigenspaces. Announcements: Warm-up Exercise: Math 227-4 Week notes We will not necessarily finish the material from a given day's notes on that day We may also add or subtract some material as the week progresses, but these notes represent an in-depth

More information

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued) 1 A linear system of equations of the form Sections 75, 78 & 81 a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2 a m1 x 1 + a m2 x 2 + + a mn x n = b m can be written in matrix

More information

Unit 5: Matrix diagonalization

Unit 5: Matrix diagonalization Unit 5: Matrix diagonalization Juan Luis Melero and Eduardo Eyras October 2018 1 Contents 1 Matrix diagonalization 3 1.1 Definitions............................. 3 1.1.1 Similar matrix.......................

More information

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them.

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them. Prof A Suciu MTH U37 LINEAR ALGEBRA Spring 2005 PRACTICE FINAL EXAM Are the following vectors independent or dependent? If they are independent, say why If they are dependent, exhibit a linear dependence

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

Linear Algebra: Sample Questions for Exam 2

Linear Algebra: Sample Questions for Exam 2 Linear Algebra: Sample Questions for Exam 2 Instructions: This is not a comprehensive review: there are concepts you need to know that are not included. Be sure you study all the sections of the book and

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

1 Last time: least-squares problems

1 Last time: least-squares problems MATH Linear algebra (Fall 07) Lecture Last time: least-squares problems Definition. If A is an m n matrix and b R m, then a least-squares solution to the linear system Ax = b is a vector x R n such that

More information

Chapter 5 Eigenvalues and Eigenvectors

Chapter 5 Eigenvalues and Eigenvectors Chapter 5 Eigenvalues and Eigenvectors Outline 5.1 Eigenvalues and Eigenvectors 5.2 Diagonalization 5.3 Complex Vector Spaces 2 5.1 Eigenvalues and Eigenvectors Eigenvalue and Eigenvector If A is a n n

More information

Family Feud Review. Linear Algebra. October 22, 2013

Family Feud Review. Linear Algebra. October 22, 2013 Review Linear Algebra October 22, 2013 Question 1 Let A and B be matrices. If AB is a 4 7 matrix, then determine the dimensions of A and B if A has 19 columns. Answer 1 Answer A is a 4 19 matrix, while

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

Math 205, Summer I, Week 4b: Continued. Chapter 5, Section 8

Math 205, Summer I, Week 4b: Continued. Chapter 5, Section 8 Math 205, Summer I, 2016 Week 4b: Continued Chapter 5, Section 8 2 5.8 Diagonalization [reprint, week04: Eigenvalues and Eigenvectors] + diagonaliization 1. 5.8 Eigenspaces, Diagonalization A vector v

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

Unit 5. Matrix diagonaliza1on

Unit 5. Matrix diagonaliza1on Unit 5. Matrix diagonaliza1on Linear Algebra and Op1miza1on Msc Bioinforma1cs for Health Sciences Eduardo Eyras Pompeu Fabra University 218-219 hlp://comprna.upf.edu/courses/master_mat/ We have seen before

More information

MATH 220 FINAL EXAMINATION December 13, Name ID # Section #

MATH 220 FINAL EXAMINATION December 13, Name ID # Section # MATH 22 FINAL EXAMINATION December 3, 2 Name ID # Section # There are??multiple choice questions. Each problem is worth 5 points. Four possible answers are given for each problem, only one of which is

More information

Week Quadratic forms. Principal axes theorem. Text reference: this material corresponds to parts of sections 5.5, 8.2,

Week Quadratic forms. Principal axes theorem. Text reference: this material corresponds to parts of sections 5.5, 8.2, Math 051 W008 Margo Kondratieva Week 10-11 Quadratic forms Principal axes theorem Text reference: this material corresponds to parts of sections 55, 8, 83 89 Section 41 Motivation and introduction Consider

More information

Announcements Monday, October 29

Announcements Monday, October 29 Announcements Monday, October 29 WeBWorK on determinents due on Wednesday at :59pm. The quiz on Friday covers 5., 5.2, 5.3. My office is Skiles 244 and Rabinoffice hours are: Mondays, 2 pm; Wednesdays,

More information

Problem # Max points possible Actual score Total 120

Problem # Max points possible Actual score Total 120 FINAL EXAMINATION - MATH 2121, FALL 2017. Name: ID#: Email: Lecture & Tutorial: Problem # Max points possible Actual score 1 15 2 15 3 10 4 15 5 15 6 15 7 10 8 10 9 15 Total 120 You have 180 minutes to

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

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

1. Select the unique answer (choice) for each problem. Write only the answer.

1. Select the unique answer (choice) for each problem. Write only the answer. MATH 5 Practice Problem Set Spring 7. Select the unique answer (choice) for each problem. Write only the answer. () Determine all the values of a for which the system has infinitely many solutions: x +

More information

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS There will be eight problems on the final. The following are sample problems. Problem 1. Let F be the vector space of all real valued functions on

More information

Math 265 Linear Algebra Sample Spring 2002., rref (A) =

Math 265 Linear Algebra Sample Spring 2002., rref (A) = Math 265 Linear Algebra Sample Spring 22. It is given that A = rref (A T )= 2 3 5 3 2 6, rref (A) = 2 3 and (a) Find the rank of A. (b) Find the nullityof A. (c) Find a basis for the column space of A.

More information

Eigenspaces. (c) Find the algebraic multiplicity and the geometric multiplicity for the eigenvaules of A.

Eigenspaces. (c) Find the algebraic multiplicity and the geometric multiplicity for the eigenvaules of A. Eigenspaces 1. (a) Find all eigenvalues and eigenvectors of A = (b) Find the corresponding eigenspaces. [ ] 1 1 1 Definition. If A is an n n matrix and λ is a scalar, the λ-eigenspace of A (usually denoted

More information

Homework sheet 4: EIGENVALUES AND EIGENVECTORS. DIAGONALIZATION (with solutions) Year ? Why or why not? 6 9

Homework sheet 4: EIGENVALUES AND EIGENVECTORS. DIAGONALIZATION (with solutions) Year ? Why or why not? 6 9 Bachelor in Statistics and Business Universidad Carlos III de Madrid Mathematical Methods II María Barbero Liñán Homework sheet 4: EIGENVALUES AND EIGENVECTORS DIAGONALIZATION (with solutions) Year - Is

More information

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by Linear Algebra Determinants and Eigenvalues Introduction: Many important geometric and algebraic properties of square matrices are associated with a single real number revealed by what s known as the determinant.

More information

Lecture 12: Diagonalization

Lecture 12: Diagonalization Lecture : Diagonalization A square matrix D is called diagonal if all but diagonal entries are zero: a a D a n 5 n n. () Diagonal matrices are the simplest matrices that are basically equivalent to vectors

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

ANSWERS. E k E 2 E 1 A = B

ANSWERS. E k E 2 E 1 A = B MATH 7- Final Exam Spring ANSWERS Essay Questions points Define an Elementary Matrix Display the fundamental matrix multiply equation which summarizes a sequence of swap, combination and multiply operations,

More information

MA 265 FINAL EXAM Fall 2012

MA 265 FINAL EXAM Fall 2012 MA 265 FINAL EXAM Fall 22 NAME: INSTRUCTOR S NAME:. There are a total of 25 problems. You should show work on the exam sheet, and pencil in the correct answer on the scantron. 2. No books, notes, or calculators

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

Problems for M 10/26:

Problems for M 10/26: Math, Lesieutre Problem set # November 4, 25 Problems for M /26: 5 Is λ 2 an eigenvalue of 2? 8 Why or why not? 2 A 2I The determinant is, which means that A 2I has 6 a nullspace, and so there is an eigenvector

More information

MATH. 20F SAMPLE FINAL (WINTER 2010)

MATH. 20F SAMPLE FINAL (WINTER 2010) MATH. 20F SAMPLE FINAL (WINTER 2010) You have 3 hours for this exam. Please write legibly and show all working. No calculators are allowed. Write your name, ID number and your TA s name below. The total

More information

Practice Final Exam Solutions

Practice Final Exam Solutions MAT 242 CLASS 90205 FALL 206 Practice Final Exam Solutions The final exam will be cumulative However, the following problems are only from the material covered since the second exam For the material prior

More information

Eigenvalues and Eigenvectors. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Eigenvalues and Eigenvectors. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Eigenvalues and Eigenvectors Consider the equation A x = λ x, where A is an nxn matrix. We call x (must be non-zero) an eigenvector of A if this equation can be solved for some value of λ. We call λ an

More information

TMA Calculus 3. Lecture 21, April 3. Toke Meier Carlsen Norwegian University of Science and Technology Spring 2013

TMA Calculus 3. Lecture 21, April 3. Toke Meier Carlsen Norwegian University of Science and Technology Spring 2013 TMA4115 - Calculus 3 Lecture 21, April 3 Toke Meier Carlsen Norwegian University of Science and Technology Spring 2013 www.ntnu.no TMA4115 - Calculus 3, Lecture 21 Review of last week s lecture Last week

More information

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MATH 3 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MAIN TOPICS FOR THE FINAL EXAM:. Vectors. Dot product. Cross product. Geometric applications. 2. Row reduction. Null space, column space, row space, left

More information

Math 1553 Worksheet 5.3, 5.5

Math 1553 Worksheet 5.3, 5.5 Math Worksheet, Answer yes / no / maybe In each case, A is a matrix whose entries are real a) If A is a matrix with characteristic polynomial λ(λ ), then the - eigenspace is -dimensional b) If A is an

More information

Differential Topology Final Exam With Solutions

Differential Topology Final Exam With Solutions Differential Topology Final Exam With Solutions Instructor: W. D. Gillam Date: Friday, May 20, 2016, 13:00 (1) Let X be a subset of R n, Y a subset of R m. Give the definitions of... (a) smooth function

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

City Suburbs. : population distribution after m years

City Suburbs. : population distribution after m years Section 5.3 Diagonalization of Matrices Definition Example: stochastic matrix To City Suburbs From City Suburbs.85.03 = A.15.97 City.15.85 Suburbs.97.03 probability matrix of a sample person s residence

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

Math S-21b Summer 2018 Homework #7

Math S-21b Summer 2018 Homework #7 Math S-1b Summer 018 Homework #7 Problems due Fri, July 7: Section 71: 34 Suppose v an eigenvector of the n n matrix A, with eigenvalue 4 Explain why v is an eigenvector of A + A+ 3I n What is the associated

More information

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions Warm-up True or false? 1. proj u proj v u = u 2. The system of normal equations for A x = y has solutions iff A x = y has solutions 3. The normal equations are always consistent Baby proof 1. Let A be

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

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

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

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

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

5. Diagonalization. plan given T : V V Does there exist a basis β of V such that [T] β is diagonal if so, how can it be found

5. Diagonalization. plan given T : V V Does there exist a basis β of V such that [T] β is diagonal if so, how can it be found 5. Diagonalization plan given T : V V Does there exist a basis β of V such that [T] β is diagonal if so, how can it be found eigenvalues EV, eigenvectors, eigenspaces 5.. Eigenvalues and eigenvectors.

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

CS 246 Review of Linear Algebra 01/17/19

CS 246 Review of Linear Algebra 01/17/19 1 Linear algebra In this section we will discuss vectors and matrices. We denote the (i, j)th entry of a matrix A as A ij, and the ith entry of a vector as v i. 1.1 Vectors and vector operations A vector

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

From Lay, 5.4. If we always treat a matrix as defining a linear transformation, what role does diagonalisation play?

From Lay, 5.4. If we always treat a matrix as defining a linear transformation, what role does diagonalisation play? Overview Last week introduced the important Diagonalisation Theorem: An n n matrix A is diagonalisable if and only if there is a basis for R n consisting of eigenvectors of A. This week we ll continue

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

Exercise Sheet 1.

Exercise Sheet 1. Exercise Sheet 1 You can download my lecture and exercise sheets at the address http://sami.hust.edu.vn/giang-vien/?name=huynt 1) Let A, B be sets. What does the statement "A is not a subset of B " mean?

More information

Lecture 11: Eigenvalues and Eigenvectors

Lecture 11: Eigenvalues and Eigenvectors Lecture : Eigenvalues and Eigenvectors De nition.. Let A be a square matrix (or linear transformation). A number λ is called an eigenvalue of A if there exists a non-zero vector u such that A u λ u. ()

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors Philippe B. Laval KSU Fall 2015 Philippe B. Laval (KSU) Eigenvalues and Eigenvectors Fall 2015 1 / 14 Introduction We define eigenvalues and eigenvectors. We discuss how to

More information

Linear Algebra Practice Final

Linear Algebra Practice Final . Let (a) First, Linear Algebra Practice Final Summer 3 3 A = 5 3 3 rref([a ) = 5 so if we let x 5 = t, then x 4 = t, x 3 =, x = t, and x = t, so that t t x = t = t t whence ker A = span(,,,, ) and a basis

More information

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Exam 2 will be held on Tuesday, April 8, 7-8pm in 117 MacMillan What will be covered The exam will cover material from the lectures

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors CHAPTER Eigenvalues and Eigenvectors CHAPTER CONTENTS. Eigenvalues and Eigenvectors 9. Diagonalization. Complex Vector Spaces.4 Differential Equations 6. Dynamical Systems and Markov Chains INTRODUCTION

More information