Similar documents
MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

Determinants Chapter 3 of Lay

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

II. Determinant Functions

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

Math 240 Calculus III

Evaluating Determinants by Row Reduction

This MUST hold matrix multiplication satisfies the distributive property.

Chapter 4. Determinants

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

MATH 2030: EIGENVALUES AND EIGENVECTORS

Properties of the Determinant Function

Elementary Matrices. which is obtained by multiplying the first row of I 3 by -1, and

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Components and change of basis

MATH2210 Notebook 2 Spring 2018

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

Linear Systems and Matrices

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants

Matrix Arithmetic. j=1

k=1 ( 1)k+j M kj detm kj. detm = ad bc. = 1 ( ) 2 ( )+3 ( ) = = 0

Chapter 2. Square matrices

Determinants: Uniqueness and more

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form:

A = , A 32 = n ( 1) i +j a i j det(a i j). (1) j=1

4. Determinants.

Math 320, spring 2011 before the first midterm

Chapter SSM: Linear Algebra Section Fails to be invertible; since det = 6 6 = Invertible; since det = = 2.

MATH 1210 Assignment 4 Solutions 16R-T1

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

Matrices and Linear Algebra

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

Lectures on Linear Algebra for IT

Determinants by Cofactor Expansion (III)

SPRING OF 2008 D. DETERMINANTS

Calculating determinants for larger matrices

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Gaussian Elimination and Back Substitution

Graduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

Chapter 3. Determinants and Eigenvalues

Matrices. In this chapter: matrices, determinants. inverse matrix

LINEAR ALGEBRA REVIEW

Materials engineering Collage \\ Ceramic & construction materials department Numerical Analysis \\Third stage by \\ Dalya Hekmat

Elementary maths for GMT

Here are some additional properties of the determinant function.

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues.

The determinant. Motivation: area of parallelograms, volume of parallepipeds. Two vectors in R 2 : oriented area of a parallelogram

9 Appendix. Determinants and Cramer s formula

Elementary Row Operations on Matrices

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

TOPIC III LINEAR ALGEBRA

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

and let s calculate the image of some vectors under the transformation T.

Chapter 2: Matrices and Linear Systems

Lecture 10: Determinants and Cramer s Rule

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?

22m:033 Notes: 3.1 Introduction to Determinants

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.

MATH 235. Final ANSWERS May 5, 2015

1 Matrices and Systems of Linear Equations. a 1n a 2n

det(ka) = k n det A.

Math 4377/6308 Advanced Linear Algebra

1 Determinants. 1.1 Determinant

Math Lecture 26 : The Properties of Determinants

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Determinants An Introduction

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

The Determinant. Chapter Definition of the Determinant

Determinant of a Matrix

LS.1 Review of Linear Algebra

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Introduction to Matrices and Linear Systems Ch. 3

Matrix Factorization and Analysis

Notes on Determinants and Matrix Inverse

= 1 and 2 1. T =, and so det A b d

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Matrix Operations: Determinant

5.6. PSEUDOINVERSES 101. A H w.

Homework Notes Week 6

Solution to Homework 1

Inverses and Determinants

Review of linear algebra

2. Every linear system with the same number of equations as unknowns has a unique solution.

Math 425 Lecture 1: Vectors in R 3, R n

Eigenvalues and Eigenvectors

1 Counting spanning trees: A determinantal formula

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

NOTES FOR LINEAR ALGEBRA 133

Section 5.6. LU and LDU Factorizations

Apprentice Program: Linear Algebra

The Determinant: a Means to Calculate Volume

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Determinants and Scalar Multiplication

Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33

1300 Linear Algebra and Vector Geometry

Transcription:

Math 317, Tathagata Basak, Some notes on determinant 1 Row operations in terms of matrix multiplication 11 Let I n denote the n n identity matrix Let E ij denote the n n matrix whose (i, j)-th entry is equal to 1 and all other entries are equal to 0 Let A be an n n matrix Performing a row operation on A is equivalent to multiplying A on the left by a certain matrix We can verify this directly by matrix multiplication, once we have written down these matrices Below we write down these matrices (1) Let c be a nonzero scalar Let A be the matrix obtained from A by performing the row operation i c i that multiplies the i-th row of A by c Then A = R I i,c A where RI i,c = I n +(c 1)E ii (2) Let c be a scalar Let A be the matrix obtained by performing the row operation j j + c i that changes the j-th row of A by adding to the j-th row, c times the i-th row of A Then Then A = Ri,j,cA II where Ri,c II = I n + ce ij (3) Let A be the matrix obtained from A by performing the row operation i j that interchanges the i-th and j-th row of A Then A = Ri,j III A where Ri,j III = I n E ii E jj + E ij + E ji Notice also that the inverse operation of each type of elementary row operation above is a row operation of the same kind More precisely, we have ( ) R I 1 ( ) i,c = R I, i, R II 1 ( ) 1 i,j,c = R II i,j, c, R III 1 i,j = R III i,j c 2 Determinant 21 Basic properties of the determinant: Let M n (R) denote the set of all n n matrices To each A M n (R), weshallassociatearealnumber,calledthedeterminantofa, anddenoted det(a) The determinant has the following four properties: (1) If two distinct rows of A are identical, then det(a) =0 (2) Let c be a real number and 1 i n Suppose A, B M n (R) that are identical except in the i-th row and the i-th row of A is c times the i-th row of B Then det(a) =c det(b) (3) Let 1 i n Suppose A, B, C M n (R) that are identical except in the i-th row and the i-th row of A is the sum of the i-th row of B and the i-th row of C Then det(a) = det(b)+det(c) (4) One has det(i n )=1 The following lemma describes the effect of elementary row operations on the determinant In fact these properties hold for any function D : M n (R) R that satisfies the four properties stated above For the rest of the section, we assume that D : M n (R) R is a function satisfying the four properties given in 21 Lemma 22 Let A, B M n (R) Then D also has the following properties: (a) If B is obtained from A by multiplying the i-th row of A by a scalar c, thend(b) =cd(a) In particular, if one of the rows of A is identically 0, thend(a) =0 (b) If B is obtained from A by adding c times i-th row to j-th row for some i j, thend(b) = D(A) (c) If B is obtained from A by interchanging the i-th and j-th row of A for some i j, then D(B) = D(A) 1

Proof Part (a) is simply a restatement of the property (1) For the rest of the proof it will be convenient to write v 1 v 2 A = where v 1 is the first row of A, v 2 is the second row of A and so on; so v j R n for each j So we can think of the determinant as a function from R n R n (n-copies) to R For part (b), we compute: D(B) =D + D + cd (A) v j + c v j c v j v j In the above computation, we have only shown the i-th and j-th rows of each of the matrices Note that except the j-th row, all other rows are identical at each step The second equality follows from property (3), the third uses property (2) and the fourth uses property 1 For part (c) we compute as follows: + v j v j v j v j 0=D +D +D +D +D (A)+D(B) + v j v i v j v i v i v j v i In the above computation, we have only shown the i-th and the j-th row of each of the matrices Note that all the other rows are identical at each step The first and the third equality follows from property (1) and the second equality follows from property (2) applied twice The above lemma has the following immediate corollary Corollary 23 Let A, B M n (R) SupposeB is obtained from A by a finite sequence of elementary row operations It is understood here that for each row operation of the form i c i, the scalar c is nonzero (a) One has det(a) =D(A) if and only if det(b) =D(B) (b) One has D(B) =0if and only if D(A) =0 Proof (a) From the previous lemma we see that each elementary row operation changes both det(a) and D(A) byexactlythesamefactorpart(a)follows (b) The previous lemma also implies that each elementary row operation changes D(A) bya nonzero factor Part (b) follows from this Lemma 24 Let A M n (R) is upper triangular Then D(A) is the product of the diagonal entries of A Proof Let a ij be the (i, j)-th entry of A First suppose some diagonal entry of A is equal to 0 Choose the largest i such that the i-th diagonal entry is equal to 0 If i = n, thenthen-th row of 2 v n

A is identically 0, so D(A) =0 Ifi<n,thennotethata i+1,i+1,,a n,n are all nonzero Let B be the matrix obtained from A after performing the successive row operations i i a i,n a n,n n i i a i,n 1 a n 1,n 1 n 1 i i a i,i+1 a i+1,i+1 i +1 One verifies that the i-th row of B is identically 0 So D(B) =0 Nowpart(b)oftheprevious lemma tells us that D(A) =0aswell ThuswehavearguedthatifsomediagonalentryofA is zero, then D(A) = 0 SonowassumethatallthediagonalentriesofA are nonzero Then we can perform row operations of type II to change A to a matrix B =diag(a 11,a 22,,a nn ) From Lemma 22 (b), we know that row operations of type II does not change the value of D, so D(A) =D(B) =a 11 a 22 a nn Theorem 25 There is a unique function det : M n (R) R satisfying the four properties in 21 plan of proof We shall omit the details proof of existence but here is how onemayproceed Define determinants explicitly as follows: Let A be an n n matrix whose (i, j)-th entry is a ij LetA ij be the (n 1) (n 1) matrix obtained from A by deleting the i-th row and the j-th column Then the determinant can be defined inductively by: n (1) det(a) = ( 1) i+j a ij det(a ij ) for any i =1,,n j=1 Now one needs to show that this function satisfies the four properties given in 21 The main work is needed to show that the right hand side of equation (1) has the same value for each i Then it quickly follows that interchanging two rows of a matrix changes the determinant by a sign Verifying the other properties are then easy proof of uniqueness: Suppose D : M n (R) R is some function satisfying the four properties given in 21 Let A be any n n matrix We need to argue that D(A) =det(a) We know that we can start with A and apply a finite number of elementary row operations to obtain a matrix B that is upper triangular Lemma 24 implies that for an upper triangular matrix D(B) = det(b) since both sides are equal to the product of the diagnonal entries of B Nowlemma23(a)implies that D(A) = det(a) We end stating a couple of more theorems We shall omit the proofs Theorem 26 Let A be an n n matrices Then the following are equivalent: (a) A is invertible (b) rank(a) =n (c) det(a) 0 Theorem 27 Let A and B be n n matrices Then det(ab) =det(a)det(b) 3