Gerschgorin Circle Theorem. Eigenvalues In linear algebra Eigenvalues are defined for a square matrix M. An Eigenvalue for the matrix M is a scalar such.

Slides:



Advertisements
Similar presentations
Notes 6.6 Fundamental Theorem of Algebra
Advertisements

5.1 Real Vector Spaces.
Applied Informatics Štefan BEREŽNÝ
Chapter 6 Eigenvalues and Eigenvectors
6.1 Eigenvalues and Diagonalization. Definitions A is n x n. is an eigenvalue of A if AX = X has non zero solutions X (called eigenvectors) If is an eigenvalue.
1.5 Elementary Matrices and a Method for Finding
Lecture 17 Introduction to Eigenvalue Problems
OCE301 Part II: Linear Algebra lecture 4. Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A.
Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors (11/17/04) We know that every linear transformation T fixes the 0 vector (in R n, fixes the origin). But are there other subspaces.
The Characteristic Equation of a Square Matrix (11/18/05) To this point we know how to check whether a given number is an eigenvalue of a given square.
Eigenvalues and Eigenvectors
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Tutorial 10 Iterative Methods and Matrix Norms. 2 In an iterative process, the k+1 step is defined via: Iterative processes Eigenvector decomposition.
5 5.1 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Circles Lesson Describe what each of the following equations make: 1.y = 4 2.3x + 2y = x 2 – 6x + 12 = 0 4.x 2 + y 2 = 9 1.Horizontal line.
Upper and Lower Bounds for Roots
Dominant Eigenvalues & The Power Method
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
Solving Equations. Is a statement that two algebraic expressions are equal. EXAMPLES 3x – 5 = 7, x 2 – x – 6 = 0, and 4x = 4 To solve a equation in x.
Chapter 1 – Linear Equations
Chapter 3: Linear Algebra I. Solving sets of linear equations ex: solve for x, y, z. 3x + 5y + 2z = -4 2x + 9z = 12 4y + 2z = 3 (can solve longhand) (can.
Eigenvalue Problems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. The second main.
Multiple Integrals 12. Double Integrals over General Regions 12.3.
Copyright © Cengage Learning. All rights reserved Double Integrals over General Regions.
Eigenvalues and Eigenvectors
Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.
9.9 The Fundamental Theorem of Algebra
Chapter Content Real Vector Spaces Subspaces Linear Independence
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.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
Lecture 8 Matrix Inverse and LU Decomposition
Co. Chapter 3 Determinants Linear Algebra. Ch03_2 Let A be an n  n matrix and c be a nonzero scalar. (a)If then |B| = …….. (b)If then |B| = …..... (c)If.
Section 5.1 First-Order Systems & Applications
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.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
Copyright © 2009 Pearson Addison-Wesley De Moivre’s Theorem; Powers and Roots of Complex Numbers 8.4 Powers of Complex Numbers (De Moivre’s.
7.1 Eigenvalues and Eigenvectors
2D Henon Map The 2D Henon Map is similar to a real model of the forced nonlinear oscillator. The Purpose is The Investigation of The Period Doubling Transition.
5.1 Eigenvectors and Eigenvalues 5. Eigenvalues and Eigenvectors.
The Circle. Examples (1) – (5) Determine the center and radius of the circle having the given equation. Identify four points of the circle.
5.1 Eigenvalues and Eigenvectors
We will only look at Circles and Parabolas this year.
Solving Scalar Linear Systems A Little Theory For Jacobi Iteration
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
Equation of a Circle. Equation Where the center of the circle is (h, k) and r is the radius.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
6 6.1 © 2016 Pearson Education, Ltd. Orthogonality and Least Squares INNER PRODUCT, LENGTH, AND ORTHOGONALITY.
  Where the center of the circle is (h, k) and r is the radius. Equation.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
ALGEBRAIC EIGEN VALUE PROBLEMS
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
ISHIK UNIVERSITY FACULTY OF EDUCATION Mathematics Education Department
Elementary Linear Algebra Anton & Rorres, 9th Edition
Eigenvalues and Eigenvectors
Elementary Linear Algebra
Euclidean Inner Product on Rn
Linear Algebra Lecture 32.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Linear Algebra Lecture 29.
Linear Algebra Lecture 30.
Linear Algebra Lecture 35.
Eigenvalues and Eigenvectors
Eigenvectors and Eigenvalues
Linear Algebra Lecture 28.
Presentation transcript:

Gerschgorin Circle Theorem

Eigenvalues In linear algebra Eigenvalues are defined for a square matrix M. An Eigenvalue for the matrix M is a scalar such that there is a non-zero vector x such that Mx= x. In linear algebra we saw that the Eigenvalues are also roots of the characteristic polynomial det(M- I). For several algorithms in numerical analysis we often need to be able to find a value that is “close” to the value we wish to estimate. This is true for finding solutions of equations as well as Eigenvalues. The Gerschgorin Circle Theorem allows us to estimate how big the Eigenvalues for a matrix can be. Gerschgorin Circle Theorem All the Eigenvalues for a n  n matrix M=( m ij ) are in the union of the disks whose boundaries are circles C 1,C 2,…,C n with centers at the points m 11,m 22,m 33,…m nn and the radii are:

The Gerschgorin Circle Theorem basically says that the Eigenvalues for a matrix can not get too far from its diagonal entries. In fact if you remember from linear algebra if the matrix is upper or lower triangular the Eigenvalues are exactly the diagonal entries. Consider the following example. The circles that bound the Eigenvalues are: C 1 : Center point (4,0) with radius r 1 = |2|+|3|=5 C 2 : Center point (-5,0) with radius r 2 =|-2|+|8|=10 C 3 : Center Point (3,0) with radius r 3 =|1|+|0|=1 Union of the Circles The red dots to the right mark the actual location of the Eigenvalues

In the Gerschgorin Circle Theorem the y-axis is interpreted as the imaginary axis. Since the roots of the characteristic polynomial could be complex numbers they take on the form x+ i y where i is the square root of -1. The circles that bound the Eigenvalues are: C 1 : Center point (1,0) with radius r 1 = |0|+|7|=7 C 2 : Center point (-5,0) with radius r 2 =|2|+|0|=2 C 3 : Center Point (-3,0) with radius r 3 =|4|+|4|=8 We see all the Eigenvalues lie inside the union of all the circles.