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

Similar documents
Determinants by Cofactor Expansion (III)

Properties of the Determinant Function

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

Evaluating Determinants by Row Reduction

Chapter 3. Determinants and Eigenvalues

Determinants Chapter 3 of Lay

Chapter 4. Determinants

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

Lecture 10: Determinants and Cramer s Rule

4. Determinants.

MATH 2030: EIGENVALUES AND EIGENVECTORS

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.

Linear Systems and Matrices

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

Graduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1

Chapter 2. Square matrices

Math 240 Calculus III

Determinants. Samy Tindel. Purdue University. Differential equations and linear algebra - MA 262

Components and change of basis

Determinants. 2.1 Determinants by Cofactor Expansion. Recall from Theorem that the 2 2 matrix

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

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

Linear Algebra Primer

3 Matrix Algebra. 3.1 Operations on matrices

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

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

Introduction to Determinants

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

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

Linear Algebra Primer

det(ka) = k n det A.

Math Linear Algebra Final Exam Review Sheet

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

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.

NOTES FOR LINEAR ALGEBRA 133

Determinants. Beifang Chen

II. Determinant Functions

Determinants and Scalar Multiplication

1 Determinants. 1.1 Determinant

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

MTH 464: Computational Linear Algebra

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

ECON 186 Class Notes: Linear Algebra

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

1111: Linear Algebra I

Introduction to Matrices and Linear Systems Ch. 3

TOPIC III LINEAR ALGEBRA

MATRICES AND MATRIX OPERATIONS

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

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline

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

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

MATH 1210 Assignment 4 Solutions 16R-T1

Math Camp Notes: Linear Algebra I

Matrices and Linear Algebra

Announcements Wednesday, October 25

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

EXAM. Exam #1. Math 2360, Second Summer Session, April 24, 2001 ANSWERS

MATH2210 Notebook 2 Spring 2018

Lecture Summaries for Linear Algebra M51A

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

Linear Algebra and Vector Analysis MATH 1120

LINEAR ALGEBRA REVIEW

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

Here are some additional properties of the determinant function.

Recall : Eigenvalues and Eigenvectors

Calculating determinants for larger matrices

Determinant of a Matrix

LECTURE 4: DETERMINANT (CHAPTER 2 IN THE BOOK)

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Lecture Notes in Linear Algebra

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

1300 Linear Algebra and Vector Geometry

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12

ANSWERS. E k E 2 E 1 A = B

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

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

Determinants: Uniqueness and more

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

MTH 102A - Linear Algebra II Semester

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

Topic 15 Notes Jeremy Orloff

Eigenvalues and Eigenvectors

5.3 Determinants and Cramer s Rule

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

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?

Properties of Linear Transformations from R n to R m

Gaussian Elimination and Back Substitution

This MUST hold matrix multiplication satisfies the distributive property.

Third Midterm Exam Name: Practice Problems November 11, Find a basis for the subspace spanned by the following vectors.

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

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

Digital Workbook for GRA 6035 Mathematics

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

Introduction to Matrices

MATH 106 LINEAR ALGEBRA LECTURE NOTES

Transcription:

Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates c d a real number with a square matrix. In this chapter, we will learn how to calculate the determinant of n n matrices. Definition: If A is a square matrix of order n, then the minor of entry a ij, denoted M ij, is the determinant of the n 1 n 1 submatrix obtained by removing the ith row and jth column from A. The cofactor of entry a ij is C ij = ( 1) i+j M ij. Example Note: C ij = ±M ij so to find the cofactor you only need to determine the sign once you know the minor entry. 1

Theorem 2.1.1: Expansions by cofactors The determinant of a square matrix of order n can be calculated by multiplying any row or column by their cofactors and adding the products. That is, using the cofactor expansion along row i: or along column j: det(a) = a i1 C i1 + a i2 C i2 + + a in C in det(a) = a 1j C 1j + a 2j C 2j + + a nj C nj Note: Since we can choose any row or column for the cofactor expansion, choosing the row or column with the most zeros will cut down on the number of calculations. Note: Choosing any other row or column would give the same answer. 2

Definition: If A is a square matrix of order n and C ij is the cofactor of entry a ij, then the matrix of cofactors from A has the form C 11 C 12 C 1n C 21 C 22 C 2n.. C n1 C n2 C nn The transpose of this matrix is called the adjoint of A. That is, adj(a) = = C 11 C 12 C 1n C 21 C 22 C 2n T.. C n1 C n2 C nn C 11 C 21 C n1 C 12 C 22 C n2.. C 1n C 2n C nn 3

Theorem 2.1.2: Inverse of a matrix using its adjoint If A is an invertible matrix, then A 1 1 = det(a) adj(a) Definition: A square matrix of order n is upper triangular is all entries below the main diagonal are zero, lower triangular if all entries above the main diagonal are zero, and diagonal is all entries off the main diagonal are zero. Examples: Theorem 2.1.3: If A is a square matrix of order n and is upper triangular, lower triangular or diagonal then det(a) is the product of the entries 4

on the main diagonal. That is, Proof: det(a) = a 11 a 22 a nn Examples: 5

Theorem 1.7.1: 1. The transpose of a lower triangular matrix is upper triangular, and the transpose of an upper triangular matrix is lower triangular. 2. The product of lower triangular matrices is lower triangular, and the product of upper triangular matrices is upper triangular 3. A triangular matrix is invertible if and only if its diagonal entries are all nonzero 4. The inverse of an invertible lower triangular matrix is lower triangular, and the inverse of an invertible upper triangular matrix is upper triangular Proof: See text; uses the adjoint Theorem 2.1.4 Cramer s rule: If A x = b is a system of n linear equations and det(a) 0 (that is, A is invertible) then the system has a unique solution given by x 1 = det(a 1) det(a), x 2 = det(a 2) det(a),...,x n = det(a n) det(a) where A j is the matrix obtained by replacing the jth column of A with the vector matrix b. 6

Section 2.2: Evaluating determinants by row reduction Theorem 2.2.1: If A is a square matrix of order n and has a row or column of zeros, then det(a) = 0. Proof: Theorem 2.2.2: Let A be a square matrix of order n, then det(a) = det(a T ). Proof: Note: This means almost any statement about determinants that talks about rows is also true for columns. Theorem 2.2.3: Let A be a square matrix of order n 1. If B is the matrix obtained by multiplying a single row or column of A by the scalar k (scaling), then det(b) = k det(a) 2. If B is the matrix obtained by interchanging two rows or columns of A, then det(b) = det(a) 3. If B is the matrix obtained when one row or column of A is added to a multiple of another row or column (replacement), then det(b) = det(a) We can make the same statements about elementary matrices. Theorem 2.2.4: Let E be an elementary square matrix of order n. 1. If E is obtained by a multiplying a row of I n by k, then det(e) = k 2. If E is obtained by interchanging two rows of I n, then det(e) = 1 3. If E results from adding a multiple of one row of I n to another, then det(e) = 1 7

Theorem 2.2.5: If A is a square matrix of order n with two proportional rows or columns, then det(a) = 0 Examples: 8

There are often ways we can make the calculation of the determinant a little easier. Idea 1: Use elementary row operations to reduce a given matrix to a triangular matrix Note: Be very careful not to use scaling and replacement at the same time (eg replace row1 by row1 + k row2, not by a row1 + b row2) 9

Idea 2: Use elementary row operations to produce rows or columns with only one non-zero entry then use cofactor expansion. 10

Section 2.3: Properties of the determinant Basic properties of the determinant: 1. det(ka) = k n det(a), k scalar 2. det(a + B) det(a) + det(b) 3. If A, B, C are square matrices of order n that differ only in the rth row, and the rth row of C can obtained by adding the corresponding entries in the rth row if A and B, then det(c) = det(a) + det(b) (Theorem 2.3.1) 4. If E is an elementary matrix, then det(eb) = det(e)det(b) (Lemma 2.3.2) 5. A square matrix is invertible if and only if det(a) 0 (Theorem 2.3.3) 6. If A and B are square matrices of order n, then det(ab) = det(a)det(b) (Theorem 2.3.4) 7. If A is invertible, then det(a 1 ) = 1 det(a) Examples: (Theorem 2.3.5) 11

Theorem 2.3.6: If A is a square matrix of order n, then the following statements are equivalent 1. A is invertible 2. A x = 0 has only the trivial solution 3. The reduced row echelon form of A is I n 4. A can be expressed as a product of elementary matrices 5. A x = b is consistent for every n 1 matrix b 6. A x = b has exactly one solution for every n 1 matrix b 7. det(a) 0 Often we need to solve problems of the form A x = λ x where λ is a scalar. This is a system of n linear equations. Definition: The value(s) of λ for which the system of equations (λi A) x = 0 has a nontrivial solution of called the characteristic value or eigenvalue of A. If λ is an eigenvalue of A, then the nontrivial solutions of the system are called the eigenvectors of A corresponding to λ. Note: Eigenvalues and eigenvectors are used alot, especially when modelling and analyzing physical systems. 12