Day 1 Eigenvalues and Eigenvectors

Slides:



Advertisements
Similar presentations
3D Geometry for Computer Graphics
Advertisements

Ch 7.7: Fundamental Matrices
Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Chapter 6 Eigenvalues and Eigenvectors
MAT 2401 Linear Algebra Exam 2 Review
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
Section 3.1 The Determinant of a Matrix. Determinants are computed only on square matrices. Notation: det(A) or |A| For 1 x 1 matrices: det( [k] ) = k.
Determinants Bases, linear Indep., etc Gram-Schmidt Eigenvalue and Eigenvectors Misc
Principal Component Analysis
Linear Transformations
Eigenvalues and Eigenvectors
Symmetric Matrices and Quadratic Forms
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
6 1 Linear Transformations. 6 2 Hopfield Network Questions.
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 08 Chapter 8: Linear Transformations.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
5.1 Orthogonality.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
Orthogonal matrices based on excelent video lectures by Gilbert Strang, MIT
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Compiled By Raj G. Tiwari
2.4 Inverse of Linear Transformations For an animation of this topic visit: Is the transformation.
1 MAC 2103 Module 12 Eigenvalues and Eigenvectors.
Day 1 Eigenvalues and Eigenvectors
Linear algebra: matrix Eigen-value Problems
Domain Range definition: T is a linear transformation, EIGENVECTOR EIGENVALUE.
Computing Eigen Information for Small Matrices The eigen equation can be rearranged as follows: Ax = x  Ax = I n x  Ax - I n x = 0  (A - I n )x = 0.
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
3.1 Day 2 Applications and properties of a Kernel.
Day 2 Eigenvectors neither stretched nor compressed, its eigenvalue is 1. All vectors with the same vertical direction—i.e., parallel to this vector—are.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
A website that has programs that will do most operations in this course (an online calculator for matrices)
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Eigenvalues The eigenvalue problem is to determine the nontrivial solutions of the equation Ax= x where A is an n-by-n matrix, x is a length n column.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
Review of Linear Algebra Optimization 1/16/08 Recitation Joseph Bradley.
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
2.5 – Determinants and Multiplicative Inverses of Matrices.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
Review of Eigenvectors and Eigenvalues from CliffsNotes Online mining-the-Eigenvectors-of-a- Matrix.topicArticleId-20807,articleId-
Characteristic Polynomial Hung-yi Lee. Outline Last lecture: Given eigenvalues, we know how to find eigenvectors or eigenspaces Check eigenvalues This.
Chapter 6 Eigenvalues and Eigenvectors
College Algebra Chapter 6 Matrices and Determinants and Applications
Eigenvalues and Eigenvectors
Review of Eigenvectors and Eigenvalues
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
Introduction The central problems of Linear Algebra are to study the properties of matrices and to investigate the solutions of systems of linear equations.
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
Elementary Linear Algebra Anton & Rorres, 9th Edition
Matrices and vector spaces
Euclidean Inner Product on Rn
Eigenvalues and Eigenvectors
DETERMINANT MATRIX YULVI ZAIKA.
Some useful linear algebra
Maths for Signals and Systems Linear Algebra in Engineering Lectures 10-12, Tuesday 1st and Friday 4th November2016 DR TANIA STATHAKI READER (ASSOCIATE.
Linear Algebra Lecture 32.
Engineering Mathematics-I Eigenvalues and Eigenvectors
EIGENVECTORS AND EIGENVALUES
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
3.1 Day 2 Applications and properties of a Kernel
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Chapter 2 Determinants.
Presentation transcript:

Day 1 Eigenvalues and Eigenvectors

Suppose we have some vector A, in the equation Ax=b and we want to find the which vectors x are pointing the same direction after the transformation. These vectors are called Eigenvectors. The vector b must be a scalar multiple of x. The scalar that multiplies x is called the Eigenvalue The main equation for this section is Ax = λx Any vector x that satisfies this equation is an Eigenvector, the corresponding λ is the Eigenvalue Note: for this section we are only considering square matrices.

Example A Let’s examine some vectors that we are already familiar with and determine the Eigenvectors and Eigenvalues. Consider a Projection matrix P in R3, that projects vectors on to a plane. What are the Eigenvectors and Eigenvalues?

Answer to Example A Some Eigenvectors are the vectors that are already in the plane that is being projected on. In that case the vector does not change so the Eigenvalue for these vectors is 1 Other Eigenvectors are those orthogonal to the plane that is being projected on. Those vectors become the zero vector (which is considered parallel to all vectors). The Eigen value for these vectors is zero.

Look at the case λ = 0 If A is a singular matrix, then we can solve Ax = λx What did we previously call these values?

Answer If λ= 0 then we are solving Ax=0 which is the null space (Kernel)

The following statements are equivalent A is invertible The linear system Ax=b has a unique solution x for all b rref(A) = In Rank(A) = n Im (A) = Rn ker(A) = 0 The column vectors of A form a basis of Rn The column vectors of A span Rn The column vectors of A are linearly independent detA ≠0 0 fails to be an eigenvalue of A

Example B Permutation Matrix What does this vector do to the x’s? What is a vector with λ =1? What is a vector with λ = -1? 0 1 1 0

Example B answer Permutation Matrix 0 1 1 0 Permutation Matrix What does this vector do to the x’s? (changes the order of the components of a vector) What is a vector with λ =1? [1;1] any with repeated values What is a vector with λ = -1? [-1;1] any with opposite values

Rotation matrix What are the eigenvalues an and eigenvectors of a matrix that rotates all vectors 90º? Recall 2x2 rotation matrices have the form:

Rotation matrix There will not be any real Eigenvalues or vectors. (the eigenvalues will be imaginary) Rotation matrix rotate all vectors so no real vectors will come out of the system in the direction that they go in. Note: zero can be an eigenvalue but it can not be an eigenvector.

How can I solve Ax = λx Bring everything on one side Ax – λx = 0 (A- λI)x = 0 If this can be solved then the matrix (A- λI) must be singular Which means that det (A- λI) =0 This equation is called the characteristic equation. There should be n values to this equation (although some could be repeated) Once we find λ find the nullspace of(A- λI)x = 0 to find the x’s (Eigenvectors)

3 1 1 3 Find the Eigenvalues

Find the Eigenvalues Find det (A- λI) =0 Plug in 3 1 1 3 Find the Eigenvalues 1 1 1 1 Note: this equation is called the characteristic equation Find det (A- λI) =0 Plug in (3- λ)2 – 1 λ=2 and find λ2 - 6 λ + 8 = 0 a basis for (λ-4)(λ-2)= 0 kernel λ=4 λ=2 Plug in λ=4 to find the Eigenvectors find a basis for the null space (kernel) 3- λ 1 1 3- λ -1 1 1 -1

Eigenvalues of triangular matrices Find the Eigenvalues of 3 1 0 3

Triangular matrices slide 1 of solutions 3 1 0 3 Find the Eigenvalues A- λ I= Det(A)= (3 – λ)2 = 0 λ =3 This matrix has a repeated Eigenvalue. Note: for triangular matrices, the values on the diagonal of the matrix are the Eigenvalues A= 3- λ 1 0 3 - λ

Triangular matrices Find the Eigenvectors A- λ I= Replace λ by 3 Find the null space This matrix has only 1 Eigenvector! A repeated λ gives the possibility of a lack of Eigenvectors 3- λ 1 0 3 - λ 0 1 0 0

Facts about Eigenvalues An nxn matrix will have n Eigenvalues (values may be repeated) The sum of the Eigenvalues will equal the trace of the matrix The product of the eigenvalues will be the determinant of the matrix Note: a Trace is the sum of the numbers on the diagonal of the matrix

Eigenvalues and Eigenvectors on the TI89 Calculator 1 2 3 4 Find the eigenvalues and eigenvectors on the calculators 2nd 5 (math) 4 (matrix) 8 (eigVl) eigvl([1,2;3,4]) 2nd 5 (math) 4 (matrix) 9 (eigVc) eigVc([1,2;3,4])

Homework (diff 1): worksheet 7.1 5-10 all textbook p.305 15-21 all