Math 2270 - Lecture 33 : Positive Definite Matrices



Similar documents
MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

Similar matrices and Jordan form

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

[1] Diagonal factorization

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Linear Algebra Review. Vectors

DATA ANALYSIS II. Matrix Algorithms

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MAT 242 Test 2 SOLUTIONS, FORM T

7 Gaussian Elimination and LU Factorization

by the matrix A results in a vector which is a reflection of the given

Orthogonal Diagonalization of Symmetric Matrices

MATH APPLIED MATRIX THEORY

Bindel, Spring 2012 Intro to Scientific Computing (CS 3220) Week 3: Wednesday, Feb 8

Systems of Linear Equations

Introduction to Matrix Algebra

LS.6 Solution Matrices

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Chapter 6. Linear Programming: The Simplex Method. Introduction to the Big M Method. Section 4 Maximization and Minimization with Problem Constraints

Similarity and Diagonalization. Similar Matrices

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = i.

MATH2210 Notebook 1 Fall Semester 2016/ MATH2210 Notebook Solving Systems of Linear Equations... 3

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

Chapter 6. Orthogonality

x = + x 2 + x

Notes on Determinant

October 3rd, Linear Algebra & Properties of the Covariance Matrix

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Row Echelon Form and Reduced Row Echelon Form

Lecture Notes 2: Matrices as Systems of Linear Equations

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.

13 MATH FACTS a = The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

8 Square matrices continued: Determinants

Linearly Independent Sets and Linearly Dependent Sets

Solutions to Math 51 First Exam January 29, 2015

Vector and Matrix Norms

Section Continued

Determine If An Equation Represents a Function

LINEAR ALGEBRA. September 23, 2010

Numerical Analysis Lecture Notes

Linear Algebra Notes

SOLVING LINEAR SYSTEMS

Nonlinear Programming Methods.S2 Quadratic Programming

Lecture 5: Singular Value Decomposition SVD (1)

Suk-Geun Hwang and Jin-Woo Park

Solving Linear Systems, Continued and The Inverse of a Matrix

Solving Systems of Linear Equations

Inner products on R n, and more

Lecture 5 Principal Minors and the Hessian

1 Introduction to Matrices

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) Write the given system in matrix form x = Ax + f ( ) sin(t) x y z = dy cos(t)

Eigenvalues and Eigenvectors

Polynomial Invariants

160 CHAPTER 4. VECTOR SPACES

Lecture 3: Finding integer solutions to systems of linear equations

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product

1.2 Solving a System of Linear Equations

1 Solving LPs: The Simplex Algorithm of George Dantzig

Continuity of the Perron Root

Applied Linear Algebra I Review page 1

Methods for Finding Bases

Linear Programming. March 14, 2014

Here are some examples of combining elements and the operations used:

Name: Section Registered In:

Lecture 1: Schur s Unitary Triangularization Theorem

A note on companion matrices

Inner Product Spaces

CS3220 Lecture Notes: QR factorization and orthogonal transformations

Using row reduction to calculate the inverse and the determinant of a square matrix

x + y + z = 1 2x + 3y + 4z = 0 5x + 6y + 7z = 3

Data Mining: Algorithms and Applications Matrix Math Review

Chapter 17. Orthogonal Matrices and Symmetries of Space

Quadratic forms Cochran s theorem, degrees of freedom, and all that

Linear Algebra: Determinants, Inverses, Rank

Math Practice Exam 2 with Some Solutions

A =

Matrices 2. Solving Square Systems of Linear Equations; Inverse Matrices

Circuit Analysis using the Node and Mesh Methods

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination)

What is Linear Programming?

Math 215 HW #6 Solutions

Vieta s Formulas and the Identity Theorem

Section Inner Products and Norms

Lecture 2 Matrix Operations

Linear Equations ! $ & " % & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

Inner Product Spaces and Orthogonality

Derivative Free Optimization

Linear Algebra I. Ronald van Luijk, 2012

Matrix Multiplication

SALEM COMMUNITY COLLEGE Carneys Point, New Jersey COURSE SYLLABUS COVER SHEET. Action Taken (Please Check One) New Course Initiated

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Linear Equations and Inequalities

5.5. Solving linear systems by the elimination method

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

( ) which must be a vector

Transcription:

Math 2270 - Lecture 33 : Positive Definite Matrices Dylan Zwick Fall 2012 This lecture covers section 6.5 of the textbook. Today we re going to talk about a special type of symmetric matrix, called a positive definite matrix. A positive definite matrix is a symmetric matrix with all positive eigenvalues. Note that as it s a symmetric matrix all the eigenvalues are real, so it makes sense to talk about them being positive or negative. Now, it s not always easy to tell if a matrix is positive definite. Quick, is this matrix? ( 1 2 2 1 Hard to tell just by looking at it. 1 One way to tell if a matrix is positive definite is to calculate all the eigenvalues and just check to see if they re all positive. The only problem with this is, if you ve learned nothing else in this class, you ve probably learned that calculating eigenvalues can be a real pain. Especially for large matrices. So, today, we re going to learn some easier ways to tell if a matrix is positive definite. The assigned problems for this section are: Section 6.5-2, 3, 7, 11, 16 1 It s not. 1

1 Positive Definite Matrices - What Are They, and What Do They Want? I ve already told you what a positive definite matrix is. A matrix is positive definite if it s symmetric and all its eigenvalues are positive. The thing is, there are a lot of other equivalent ways to define a positive definite matrix. One equivalent definition can be derived using the fact that for a symmetric matrix the signs of the pivots are the signs of the eigenvalues. So, for example, if a 4 4 matrix has three positive pivots and one negative pivot, it will have three positive eigenvalues and one negative eigenvalue. This is proven in section 6.4 of the textbook. We can apply this fact to positive definite matrices to derive the next equivalent definition. A matrix is positive definite if it s symmetric and all its pivots are positive. Pivots are, in general, way easier to calculate than eigenvalues. Just perform elimination and examine the diagonal terms. No problem. In practice this is usually the way you d like to do it. For example, in that matrix from the introduction ( 1 2 2 1 If we perform elimination (subtract 2 row 1 from row 2 we get ( 1 2 0 3 The pivots are 1 and 3. In particular, one of the pivots is 3, and so the matrix is not positive definite. Were we to calculate the eigenvalues we d see they are 3 and 1. 2

Another way we can test for if a matrix is positive definite is we can look at its n upper left determinants. Remember from section 5.2 that the kth pivot of a matrix is d k det(ak det(ak_l where Ak is the upper left k x k submatrix. All the pivots will be pos itive if and only if det(ak > 0 for all 1 k n. So, if all upper left k x k determinants of a symmetric matrix are positive, the matrix is positive definite. Example - Is the following matrix positive definite? / 2 1 0 1 2 1 \ 0 1 2 \ 3 - L- / L1 70 7 jcsive If x is an eigenvector of A then x 0 and Ax = Ax. In this case xtax = AxTx. If A > 0, then as xtx> 0 we must have XTAX> 0. 3

The thing about positive definite matrices is xtax is always positive, for any non-zero vector x, not just for an eigenvector. equivalent definition of a matrix being positive definite. 2 In fact, this is an A matrix is positive definite f xtax > Ofor all vectors x 0. Frequently in physics the energy of a system in state x is represented as XTAX (or XTAx and so this is frequently called the energy-based definition of a positive definite matrix. This definition makes some properties of positive definite matrices much easier to prove. Example - Prove if A and B are positive definite then so is A + B. I diic fifl/-, Our final definition of positive definite is that a matrix A is positive definite if and only if it can be written as A RTR, = where R is a ma trix, possibly rectangular, with independent columns. Note that, using our energy-based definition, it s easy to prove that if A RTR = then A is positive definite. 2The reason for this is that the eigenvectors of a symmetric n x n matrix span all of II, and so any vector can be represented as a linear combination of the eigertvectors. We haven t proven this yet, but that s why. 4

xtax = xtrtrx = (RxT(Rx RxH 2. If the columns of R are linearly independent then Rx 0 if x 0, and so xtax> 0. A matrix A is positive definite fand only f it can be written as A = RTRfor some possibly rectangular matrix R with independent columns. Note that we say a matrix is positive semidefinite if all of its eigenvalues are non-negative. Example - For what numbers b is the following matrix positive semidef mite? / 2 1 b 1 2 1 b 1 2 b b -. 0 (-( 2 5