Diagonalization and Powers of Matrices

Total Page:16

File Type:pdf, Size:1020Kb

Diagonalization and Powers of Matrices Diagonalization and powers of matrices Brian Krummel April 6, 2020 One important application of diagonalizable matrices is computing powers of square matrices. Let A be a diagonalizable n × n matrix expressed as A = P DP −1 for a n × n diagonal matrix D and n × n invertible matrix P . Suppose we want to compute Ak for some integer k. Then by multiplying P DP −1 k-times and cancelling P −1P = I: Ak = (P DP −1)k = (P DP −1)(P DP −1) ··· (P DP −1) = P DD ··· D P −1 = PDkP −1: | {z } | {z } k times k times Computing the Dk for a diagonal matrix is very easy: 2 3k 2 k 3 λ1 0 ··· 0 λ1 0 ··· 0 6 0 λ ··· 0 7 6 0 λk ··· 0 7 k 6 2 7 6 2 7 D = 6 . .. 7 = 6 . .. 7 : 4 . 5 4 . 5 k 0 0 ··· λn 0 0 ··· λn That is, Dk is the diagonal matrix obtained by computing the k-th power of the diagonal entries of D. Example 1. Given the 2 × 2 matrix −4 6 A = ; −3 5 find A5. Answer. Finding eigenvalues of A. Suppose λ is an eigenvalue of A. Then (A − λI)x = 0 has a nontrivial solution. Thus the matrix A − λI is singular and det(A − λI) = 0. We have −4 − λ 6 2 det(A − λI) = = (−4 − λ)(5 − λ) + 18 = λ − λ − 2 = (λ + 1)(λ − 2): −3 5 − λ Therefore the eigenvalues of A are −1; 2. 1 Finding eigenvector corresponding to −1. We solve (A + I) X = 0. −3 6 1 −2 A + I = −! : −3 6 0 0 x2 is a free variable and x1 is a basic variable with x1 = 2x2, so an eigenvector of A corresponding to −2 is 2 : 1 Finding eigenvector corresponding to 2. We solve (A − 2I) X = 0. −6 6 1 −1 A − 2I = −! : −3 3 0 0 x2 is a free variable and x1 is a basic variable with x1 = x2, so an eigenvector of A corresponding to −1 is 1 : 1 Diagonalize. We let D be the diagonal matrix whose diagonal entries are the eigenvalues −1; 1. We let P be the matrix whose columns are the corresponding eigenvectors: −1 0 2 1 D = P = 0 2 1 1 Thus 2 1 −1 0 2 1 −1 A = P DP −1 = (1) 1 1 0 2 1 1 Compute A5. 2 1 −1 0 5 2 1 −1 A5 = PD5P −1 = 1 1 0 2 1 1 2 1 −1 0 5 1 −1 = 1 1 0 2 −1 2 2 1 −1 0 1 −1 = 1 1 0 32 −1 2 2 1 −1 1 = 1 1 −32 64 −34 66 = : −33 65 More generally, this gives us a way to compute functions of matrices. Example 2. Let A be as in Example 1. Is B = A2 + 2A + 5I diagonalizable? 2 Answer. We have already shown that A is diagonalizable, so let A = P DP −1. Then, using A2 = PD2P −1 and I = PIP −1, B = A2 + 2A + 5I = (P DP −1)2 + 2P DP −1 + 5I = PD2P −1 + 2P DP −1 + 5PIP −1 = P (D2 + 2D + 5I) P −1: Recalling (1), (−1)2 + 2(−1) + 5 0 4 0 B = P P −1 = P P −1: 0 22 + 2(2) + 5 0 13 Therefore, B is diagonalizable. Notice that here we had a polynomial function f(x) = x2 + 2x + 5. We showed that if A is a diagonalizable n × n matrix written as 2 3 λ1 0 ··· 0 6 0 λ ··· 0 7 −1 6 2 7 −1 A = P DP = P 6 . .. 7 P 4 . 5 0 0 ··· λn where P is an invertible n × n matrix, then f(A) = A2 + 2A + 5I (with 5I in place of 5) is 2 3 f(λ1) 0 ··· 0 6 0 f(λ ) ··· 0 7 −1 6 2 7 −1 f(A) = P f(D) P = P 6 . .. 7 P : 4 . 5 0 0 ··· f(λn) This holds true for any polynomial function f(x). In fact, this holds true for any real analytic function f(x), i.e. any function which converges to its Taylor series. Example 3. For instance, consider the exponential function exp(x) = ex. This function has the Taylor series 1 X xk exp(x) = : k! k=0 We can define exp(A) for an n × n matrix by 1 X Ak exp(A) = ; k! k=0 where the infinite sum means that we compute the infinite sum for each entry. Of course, defining exp(A) by an infinite series is not particularly enlightening. Instead, suppose that A is a diago- nalizable matrix with A = P DP −1 for an n × n diagonal matrix D and n × n invertible matrix 3 P . Then using Ak = PDkP −1: 2 k 3 λ1 0 ··· 0 1 k 1 k −1 1 k 1 0 λk ··· 0 X A X PD P X D −1 X 1 6 2 7 −1 exp(A) = = = P · · P = P · 6 . 7 P k! k! k! k! 6 . .. 7 k=0 k=0 k=0 k=0 4 . 5 k 0 0 ··· λn 2 1 k 3 X λ 1 0 ··· 0 6 k! 7 6 k=0 7 2 λ 3 6 1 k 7 e 1 0 ··· 0 6 X λ2 7 1 k 0 ··· 0 0 eλ2 ··· 0 X D 6 7 −1 6 7 −1 = P · = 6 k! 7 P = P 6 . 7 P k! 6 k=0 7 6 . .. 7 k=0 6 . .. 7 4 5 6 . 7 λn 6 1 7 0 0 ··· e 6 X λk 7 4 0 0 ··· n 5 k! k=0 For instance, when A is as in Example 1, 2 1 e−1 0 2 1 −1 exp(A) = 1 1 0 e2 1 1 2 1 e−1 0 1 −1 = 1 1 0 e2 −1 2 2 1 e−1 −e−1 = 1 1 −e2 2e2 2e−1 − e2 −2e−1 + 2e2 = : e−1 − e2 −e−1 + 2e2 This is important when studying differential equations. Recall that for each real number a, the solution to y0 = ay is y = ceat, where c 2 R is a constant. For each n × n matrix A, we can consider the differential system Y 0 = AY , where Y (t) is a function of t taking values in Rn. The solution to Y 0 = AY is Y = exp(tA) · C, where C 2 Rn is a constant. Example 4. Metropolis is served by two local newspapers, the Daily Planet and Metropolis Star. The Daily Planet seems to be in trouble. Currently has only a 34% market share. Every year, 10% of its readership switches to the Star, whereas only 6% of the Star's readership switches to the Planet. Assume that no one subscribes to both papers and that the total newspaper readership remains constant. What is the long-term outlook for the Planet? Answer. Next year, the figures for the Planet and Star will be, respectively 0:9 · 0:34 + 0:06 · 0:66 = 0:3456 0:1 · 0:34 + 0:94 · 0:66 = 0:6544 This can be expressed as the matrix product of the form 0:9 0:06 0:34 0:3456 = : 0:1 0:94 0:66 0:6544 4 In other words, X1 = PX0 where 0:9 0:06 0:34 0:3456 P = ;X = ;X = : 0:1 0:94 0 0:66 1 0:6544 We refer to the vectors X0 and X1 representing the readership for each year as the state vectors. For each positive integer k, we will let the state vector Xk represent the readership in the k-th year. Notice that the sum of the entries of each state vector Xk (for k = 0; 1) is 1. We call a column vector with non-negative entries and the sum of its entries equal to 1 a probability vector. We refer to the matrix P as the transition matrix, as it transitions the state vector Xk for the k-th year to the state vector Xk+1 = PXk for the next year via multiplication. The columns of P represent the probability that the readership will stay with the magazine or go to its rival. Thus the state vectors satisfy the inductive relationship Xk+1 = PXk (2) for each k. Notice that since the readership for each magazine stays with them or goes to their rival in the next year, the sum of the columns of P must equal 1. We call a matrix P with non- negative entries and the sum of its entries in each column equal to 1 a probability matrix. Since the transition matrix P is independent of the readership, we say that this is Markov process. If we compute the readership for the next few years, we obtain 0:9 0:06 0:3456 0:350304 X = PX = = ; 2 1 0:1 0:94 0:6544 0:649696 0:9 0:06 0:350304 0:35425536 X = PX = = ; 3 3 0:1 0:94 0:649696 0:64574464 0:9 0:06 0:35425536 0:3575745024 X = PX = = : 4 4 0:1 0:94 0:64574464 0:6424254976 The Planet is not in trouble. The readership of the Planet is in fact going up each year, whereas the readership of the Star is going down. This is because even though the Planet is currently less popular, there are not enough disgruntled Planet readers to keep the Star growing. To compute the readership for the k-th year, we multiplied P by the state vectors k times.
Recommended publications
  • Diagonalizing a Matrix
    Diagonalizing a Matrix Definition 1. We say that two square matrices A and B are similar provided there exists an invertible matrix P so that . 2. We say a matrix A is diagonalizable if it is similar to a diagonal matrix. Example 1. The matrices and are similar matrices since . We conclude that is diagonalizable. 2. The matrices and are similar matrices since . After we have developed some additional theory, we will be able to conclude that the matrices and are not diagonalizable. Theorem Suppose A, B and C are square matrices. (1) A is similar to A. (2) If A is similar to B, then B is similar to A. (3) If A is similar to B and if B is similar to C, then A is similar to C. Proof of (3) Since A is similar to B, there exists an invertible matrix P so that . Also, since B is similar to C, there exists an invertible matrix R so that . Now, and so A is similar to C. Thus, “A is similar to B” is an equivalence relation. Theorem If A is similar to B, then A and B have the same eigenvalues. Proof Since A is similar to B, there exists an invertible matrix P so that . Now, Since A and B have the same characteristic equation, they have the same eigenvalues. > Example Find the eigenvalues for . Solution Since is similar to the diagonal matrix , they have the same eigenvalues. Because the eigenvalues of an upper (or lower) triangular matrix are the entries on the main diagonal, we see that the eigenvalues for , and, hence, are .
    [Show full text]
  • 3.3 Diagonalization
    3.3 Diagonalization −4 1 1 1 Let A = 0 1. Then 0 1 and 0 1 are eigenvectors of A, with corresponding @ 4 −4 A @ 2 A @ −2 A eigenvalues −2 and −6 respectively (check). This means −4 1 1 1 −4 1 1 1 0 1 0 1 = −2 0 1 ; 0 1 0 1 = −6 0 1 : @ 4 −4 A @ 2 A @ 2 A @ 4 −4 A @ −2 A @ −2 A Thus −4 1 1 1 1 1 −2 −6 0 1 0 1 = 0−2 0 1 − 6 0 11 = 0 1 @ 4 −4 A @ 2 −2 A @ @ −2 A @ −2 AA @ −4 12 A We have −4 1 1 1 1 1 −2 0 0 1 0 1 = 0 1 0 1 @ 4 −4 A @ 2 −2 A @ 2 −2 A @ 0 −6 A 1 1 (Think about this). Thus AE = ED where E = 0 1 has the eigenvectors of A as @ 2 −2 A −2 0 columns and D = 0 1 is the diagonal matrix having the eigenvalues of A on the @ 0 −6 A main diagonal, in the order in which their corresponding eigenvectors appear as columns of E. Definition 3.3.1 A n × n matrix is A diagonal if all of its non-zero entries are located on its main diagonal, i.e. if Aij = 0 whenever i =6 j. Diagonal matrices are particularly easy to handle computationally. If A and B are diagonal n × n matrices then the product AB is obtained from A and B by simply multiplying entries in corresponding positions along the diagonal, and AB = BA.
    [Show full text]
  • R'kj.Oti-1). (3) the Object of the Present Article Is to Make This Estimate Effective
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 259, Number 2, June 1980 EFFECTIVE p-ADIC BOUNDS FOR SOLUTIONS OF HOMOGENEOUS LINEAR DIFFERENTIAL EQUATIONS BY B. DWORK AND P. ROBBA Dedicated to K. Iwasawa Abstract. We consider a finite set of power series in one variable with coefficients in a field of characteristic zero having a chosen nonarchimedean valuation. We study the growth of these series near the boundary of their common "open" disk of convergence. Our results are definitive when the wronskian is bounded. The main application involves local solutions of ordinary linear differential equations with analytic coefficients. The effective determination of the common radius of conver- gence remains open (and is not treated here). Let K be an algebraically closed field of characteristic zero complete under a nonarchimedean valuation with residue class field of characteristic p. Let D = d/dx L = D"+Cn_lD'-l+ ■ ■■ +C0 (1) be a linear differential operator with coefficients meromorphic in some neighbor- hood of the origin. Let u = a0 + a,jc + . (2) be a power series solution of L which converges in an open (/>-adic) disk of radius r. Our object is to describe the asymptotic behavior of \a,\rs as s —*oo. In a series of articles we have shown that subject to certain restrictions we may conclude that r'KJ.Oti-1). (3) The object of the present article is to make this estimate effective. At the same time we greatly simplify, and generalize, our best previous results [12] for the noneffective form. Our previous work was based on the notion of a generic disk together with a condition for reducibility of differential operators with unbounded solutions [4, Theorem 4].
    [Show full text]
  • Diagonalizable Matrix - Wikipedia, the Free Encyclopedia
    Diagonalizable matrix - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Matrix_diagonalization Diagonalizable matrix From Wikipedia, the free encyclopedia (Redirected from Matrix diagonalization) In linear algebra, a square matrix A is called diagonalizable if it is similar to a diagonal matrix, i.e., if there exists an invertible matrix P such that P −1AP is a diagonal matrix. If V is a finite-dimensional vector space, then a linear map T : V → V is called diagonalizable if there exists a basis of V with respect to which T is represented by a diagonal matrix. Diagonalization is the process of finding a corresponding diagonal matrix for a diagonalizable matrix or linear map.[1] A square matrix which is not diagonalizable is called defective. Diagonalizable matrices and maps are of interest because diagonal matrices are especially easy to handle: their eigenvalues and eigenvectors are known and one can raise a diagonal matrix to a power by simply raising the diagonal entries to that same power. Geometrically, a diagonalizable matrix is an inhomogeneous dilation (or anisotropic scaling) — it scales the space, as does a homogeneous dilation, but by a different factor in each direction, determined by the scale factors on each axis (diagonal entries). Contents 1 Characterisation 2 Diagonalization 3 Simultaneous diagonalization 4 Examples 4.1 Diagonalizable matrices 4.2 Matrices that are not diagonalizable 4.3 How to diagonalize a matrix 4.3.1 Alternative Method 5 An application 5.1 Particular application 6 Quantum mechanical application 7 See also 8 Notes 9 References 10 External links Characterisation The fundamental fact about diagonalizable maps and matrices is expressed by the following: An n-by-n matrix A over the field F is diagonalizable if and only if the sum of the dimensions of its eigenspaces is equal to n, which is the case if and only if there exists a basis of Fn consisting of eigenvectors of A.
    [Show full text]
  • EIGENVALUES and EIGENVECTORS 1. Diagonalizable Linear Transformations and Matrices Recall, a Matrix, D, Is Diagonal If It Is
    EIGENVALUES AND EIGENVECTORS 1. 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 D~ei = λi~ei where here ~ei are the standard n n vector and the λi are the diagonal entries. A linear transformation, T : R ! R , is n diagonalizable if there is a basis B of R so that [T ]B is diagonal. This means [T ] is n×n similar to the diagonal matrix [T ]B. Similarly, a matrix A 2 R is diagonalizable if it is similar to some diagonal matrix D. To diagonalize a linear transformation is to find a basis B so that [T ]B is diagonal. To diagonalize a square matrix is to find an invertible S so that S−1AS = D is diagonal. Fix a matrix A 2 Rn×n We say a vector ~v 2 Rn is an eigenvector if (1) ~v 6= 0. (2) A~v = λ~v for some scalar λ 2 R. The scalar λ is the eigenvalue associated to ~v or just an eigenvalue of A. Geo- metrically, A~v is parallel to ~v and the eigenvalue, λ. counts the stretching factor. Another way to think about this is that the line L := span(~v) is left invariant by multiplication by A. n An eigenbasis of A is a basis, B = (~v1; : : : ;~vn) of R so that each ~vi is an eigenvector of A. Theorem 1.1. The matrix A is diagonalizable if and only if there is an eigenbasis of A.
    [Show full text]
  • §9.2 Orthogonal Matrices and Similarity Transformations
    n×n Thm: Suppose matrix Q 2 R is orthogonal. Then −1 T I Q is invertible with Q = Q . n T T I For any x; y 2 R ,(Q x) (Q y) = x y. n I For any x 2 R , kQ xk2 = kxk2. Ex 0 1 1 1 1 1 2 2 2 2 B C B 1 1 1 1 C B − 2 2 − 2 2 C B C T H = B C ; H H = I : B C B − 1 − 1 1 1 C B 2 2 2 2 C @ A 1 1 1 1 2 − 2 − 2 2 x9.2 Orthogonal Matrices and Similarity Transformations n×n Def: A matrix Q 2 R is said to be orthogonal if its columns n (1) (2) (n)o n q ; q ; ··· ; q form an orthonormal set in R . Ex 0 1 1 1 1 1 2 2 2 2 B C B 1 1 1 1 C B − 2 2 − 2 2 C B C T H = B C ; H H = I : B C B − 1 − 1 1 1 C B 2 2 2 2 C @ A 1 1 1 1 2 − 2 − 2 2 x9.2 Orthogonal Matrices and Similarity Transformations n×n Def: A matrix Q 2 R is said to be orthogonal if its columns n (1) (2) (n)o n q ; q ; ··· ; q form an orthonormal set in R . n×n Thm: Suppose matrix Q 2 R is orthogonal. Then −1 T I Q is invertible with Q = Q . n T T I For any x; y 2 R ,(Q x) (Q y) = x y.
    [Show full text]
  • Contents 5 Eigenvalues and Diagonalization
    Linear Algebra (part 5): Eigenvalues and Diagonalization (by Evan Dummit, 2017, v. 1.50) Contents 5 Eigenvalues and Diagonalization 1 5.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial . 1 5.1.1 Eigenvalues and Eigenvectors . 2 5.1.2 Eigenvalues and Eigenvectors of Matrices . 3 5.1.3 Eigenspaces . 6 5.2 Diagonalization . 9 5.3 Applications of Diagonalization . 14 5.3.1 Transition Matrices and Incidence Matrices . 14 5.3.2 Systems of Linear Dierential Equations . 16 5.3.3 Non-Diagonalizable Matrices and the Jordan Canonical Form . 19 5 Eigenvalues and Diagonalization In this chapter, we will discuss eigenvalues and eigenvectors: these are characteristic values (and characteristic vectors) associated to a linear operator T : V ! V that will allow us to study T in a particularly convenient way. Our ultimate goal is to describe methods for nding a basis for V such that the associated matrix for T has an especially simple form. We will rst describe diagonalization, the procedure for (trying to) nd a basis such that the associated matrix for T is a diagonal matrix, and characterize the linear operators that are diagonalizable. Then we will discuss a few applications of diagonalization, including the Cayley-Hamilton theorem that any matrix satises its characteristic polynomial, and close with a brief discussion of non-diagonalizable matrices. 5.1 Eigenvalues, Eigenvectors, and The Characteristic Polynomial • Suppose that we have a linear transformation T : V ! V from a (nite-dimensional) vector space V to itself. We would like to determine whether there exists a basis of such that the associated matrix β is a β V [T ]β diagonal matrix.
    [Show full text]
  • Tropical Totally Positive Matrices 3
    TROPICAL TOTALLY POSITIVE MATRICES STEPHANE´ GAUBERT AND ADI NIV Abstract. We investigate the tropical analogues of totally positive and totally nonnegative matrices. These arise when considering the images by the nonarchimedean valuation of the corresponding classes of matrices over a real nonarchimedean valued field, like the field of real Puiseux series. We show that the nonarchimedean valuation sends the totally positive matrices precisely to the Monge matrices. This leads to explicit polyhedral representations of the tropical analogues of totally positive and totally nonnegative matrices. We also show that tropical totally nonnegative matrices with a finite permanent can be factorized in terms of elementary matrices. We finally determine the eigenvalues of tropical totally nonnegative matrices, and relate them with the eigenvalues of totally nonnegative matrices over nonarchimedean fields. Keywords: Total positivity; total nonnegativity; tropical geometry; compound matrix; permanent; Monge matrices; Grassmannian; Pl¨ucker coordinates. AMSC: 15A15 (Primary), 15A09, 15A18, 15A24, 15A29, 15A75, 15A80, 15B99. 1. Introduction 1.1. Motivation and background. A real matrix is said to be totally positive (resp. totally nonneg- ative) if all its minors are positive (resp. nonnegative). These matrices arise in several classical fields, such as oscillatory matrices (see e.g. [And87, §4]), or approximation theory (see e.g. [GM96]); they have appeared more recently in the theory of canonical bases for quantum groups [BFZ96]. We refer the reader to the monograph of Fallat and Johnson in [FJ11] or to the survey of Fomin and Zelevin- sky [FZ00] for more information. Totally positive/nonnegative matrices can be defined over any real closed field, and in particular, over nonarchimedean fields, like the field of Puiseux series with real coefficients.
    [Show full text]
  • Matrix Multiplication. Diagonal Matrices. Inverse Matrix. Matrices
    MATH 304 Linear Algebra Lecture 4: Matrix multiplication. Diagonal matrices. Inverse matrix. Matrices Definition. An m-by-n matrix is a rectangular array of numbers that has m rows and n columns: a11 a12 ... a1n a21 a22 ... a2n . .. . am1 am2 ... amn Notation: A = (aij )1≤i≤n, 1≤j≤m or simply A = (aij ) if the dimensions are known. Matrix algebra: linear operations Addition: two matrices of the same dimensions can be added by adding their corresponding entries. Scalar multiplication: to multiply a matrix A by a scalar r, one multiplies each entry of A by r. Zero matrix O: all entries are zeros. Negative: −A is defined as (−1)A. Subtraction: A − B is defined as A + (−B). As far as the linear operations are concerned, the m×n matrices can be regarded as mn-dimensional vectors. Properties of linear operations (A + B) + C = A + (B + C) A + B = B + A A + O = O + A = A A + (−A) = (−A) + A = O r(sA) = (rs)A r(A + B) = rA + rB (r + s)A = rA + sA 1A = A 0A = O Dot product Definition. The dot product of n-dimensional vectors x = (x1, x2,..., xn) and y = (y1, y2,..., yn) is a scalar n x · y = x1y1 + x2y2 + ··· + xnyn = xk yk . Xk=1 The dot product is also called the scalar product. Matrix multiplication The product of matrices A and B is defined if the number of columns in A matches the number of rows in B. Definition. Let A = (aik ) be an m×n matrix and B = (bkj ) be an n×p matrix.
    [Show full text]
  • Matrices That Commute with a Permutation Matrix
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Matrices That Commute With a Permutation Matrix Jeffrey L. Stuart Department of Mathematics University of Southern Mississippi Hattiesburg, Mississippi 39406-5045 and James R. Weaver Department of Mathematics and Statistics University of West Florida Pensacola. Florida 32514 Submitted by Donald W. Robinson ABSTRACT Let P be an n X n permutation matrix, and let p be the corresponding permuta- tion. Let A be a matrix such that AP = PA. It is well known that when p is an n-cycle, A is permutation similar to a circulant matrix. We present results for the band patterns in A and for the eigenstructure of A when p consists of several disjoint cycles. These results depend on the greatest common divisors of pairs of cycle lengths. 1. INTRODUCTION A central theme in matrix theory concerns what can be said about a matrix if it commutes with a given matrix of some special type. In this paper, we investigate the combinatorial structure and the eigenstructure of a matrix that commutes with a permutation matrix. In doing so, we follow a long tradition of work on classes of matrices that commute with a permutation matrix of a specified type. In particular, our work is related both to work on the circulant matrices, the results for which can be found in Davis’s compre- hensive book [5], and to work on the centrosymmetric matrices, which can be found in the book by Aitken [l] and in the papers by Andrew [2], Bamett, LZNEAR ALGEBRA AND ITS APPLICATIONS 150:255-265 (1991) 255 Q Elsevier Science Publishing Co., Inc., 1991 655 Avenue of the Americas, New York, NY 10010 0024-3795/91/$3.50 256 JEFFREY L.
    [Show full text]
  • An Inequality for Doubly Stochastic Matrices*
    JOURNAL OF RESEARCH of the National Bureau of Standards-B. Mathematical Sciences Vol. 80B, No.4, October-December 1976 An Inequality for Doubly Stochastic Matrices* Charles R. Johnson** and R. Bruce Kellogg** Institute for Basic Standards, National Bureau of Standards, Washington, D.C. 20234 (June 3D, 1976) Interrelated inequalities involving doubly stochastic matrices are presented. For example, if B is an n by n doubly stochasti c matrix, x any nonnegative vector and y = Bx, the n XIX,· •• ,x" :0:::; YIY" •• y ... Also, if A is an n by n nonnegotive matrix and D and E are positive diagonal matrices such that B = DAE is doubly stochasti c, the n det DE ;:::: p(A) ... , where p (A) is the Perron· Frobenius eigenvalue of A. The relationship between these two inequalities is exhibited. Key words: Diagonal scaling; doubly stochasti c matrix; P erron·Frobenius eigenvalue. n An n by n entry·wise nonnegative matrix B = (b i;) is called row (column) stochastic if l bi ; = 1 ;= 1 for all i = 1,. ',n (~l bij = 1 for all j = 1,' . ',n ). If B is simultaneously row and column stochastic then B is said to be doubly stochastic. We shall denote the Perron·Frobenius (maximal) eigenvalue of an arbitrary n by n entry·wise nonnegative matrix A by p (A). Of course, if A is stochastic, p (A) = 1. It is known precisely which n by n nonnegative matrices may be diagonally scaled by positive diagonal matrices D, E so that (1) B=DAE is doubly stochastic. If there is such a pair D, E, we shall say that A has property (").
    [Show full text]
  • Semisimple and Unipotent Elements
    Chapter 3 Semisimple and unipotent elements 3.1 Jordan decomposition 3.1.1 Jordan decomposition in GL(V ) Let us first recall some fact on linear algebra. See for example [Bou58] for proofs. Let V be a vector space. Definition 3.1.1 (ı) We call semisimple any endomorphism of V which is diagonalisable. Equiva- lently if dim V is finite, the minimal polynomial is separable. (ıı) We call nilpotent (resp. unipotent) any endomorphism x such that xn = 0 for some n (resp. x − Id is nilpotent). (ııı) We call locally finite any endomorphism x such that for all v ∈ V , the span of {xn(v) /n ∈ N} is of finite dimension. (ııı) We call locally nilpotent (resp. locally unipotent) any endomorphism x such that for all v ∈ V , there exists an n such that xn(v) = 0 (resp. Id − x is locally nilpotent). Fact 3.1.2 Let x and y in gl(V ) such that x and y commute. (ı) If x is semisimple, then it is locally finite. (ıı) If x and y are semisimple, then so are x + y and xy. (ııı) If x and y are locally nilpotent, then so are x + y and xy. (ıv) If x and y are locally unipotent, then so is xy. Theorem 3.1.3 (Additive Jordan decomposition) Let x ∈ gl(V ) be locally finite. (ı) There exists a unique decomposition x = xs + xn in gl(V ) such that xs is semisimple, xn is nilpotent and xs and xn commute. (ıı) There exists polynomial P and Q in k[T ] such that xs = P (x) and xn = Q(x).
    [Show full text]