Determinants by Cofactor Expansion (III)

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

Properties of the Determinant Function

Evaluating Determinants by Row Reduction

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

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

4. Determinants.

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

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.

Chapter 3. Determinants and Eigenvalues

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

Determinants Chapter 3 of Lay

Lecture 10: Determinants and Cramer s Rule

MATH 2030: EIGENVALUES AND EIGENVECTORS

Chapter 4. Determinants

det(ka) = k n det A.

Linear Systems and Matrices

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

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

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

3 Matrix Algebra. 3.1 Operations on matrices

Math 240 Calculus III

Eigenvalues and Eigenvectors

Chapter 2. Square matrices

Components and change of basis

Graduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1

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?

Math Linear Algebra Final Exam Review Sheet

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

Eigenvalues and Eigenvectors

Determinants and Scalar Multiplication

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

NOTES FOR LINEAR ALGEBRA 133

Linear Algebra Primer

Recall : Eigenvalues and Eigenvectors

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

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

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

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

Linear Algebra Primer

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

Calculating determinants for larger matrices

University of Toronto Solutions to MAT188H1F TERM TEST of Tuesday, October 30, 2012 Duration: 100 minutes

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

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

Determinants. Beifang Chen

Properties of Linear Transformations from R n to R m

MATH 1210 Assignment 4 Solutions 16R-T1

MATRICES AND MATRIX OPERATIONS

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b

Matrices and Linear Algebra

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

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

Lecture Notes in Linear Algebra

Review of Linear Algebra

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

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.

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

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

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

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

CS 246 Review of Linear Algebra 01/17/19

Math 304 Fall 2018 Exam 3 Solutions 1. (18 Points, 3 Pts each part) Let A, B, C, D be square matrices of the same size such that

Introduction to Determinants

Lecture Summaries for Linear Algebra M51A

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

Math 320, spring 2011 before the first midterm

ECON 186 Class Notes: Linear Algebra

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Numerical Linear Algebra Homework Assignment - Week 2

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

Math Camp Notes: Linear Algebra I

MTH 102A - Linear Algebra II Semester

II. Determinant Functions

Study Guide for Linear Algebra Exam 2

MATH2210 Notebook 2 Spring 2018

ANSWERS. E k E 2 E 1 A = B

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

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

Online Exercises for Linear Algebra XM511

TOPIC III LINEAR ALGEBRA

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

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

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices

MTH 464: Computational Linear Algebra

ENGI 9420 Lecture Notes 2 - Matrix Algebra Page Matrix operations can render the solution of a linear system much more efficient.

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

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

1111: Linear Algebra I

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p

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

Fundamentals of Engineering Analysis (650163)

Review problems for MA 54, Fall 2004.

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

LINEAR ALGEBRA REVIEW

Math 315: Linear Algebra Solutions to Assignment 7

Linear Algebra and Vector Analysis MATH 1120

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

Transcription:

Determinants by Cofactor Expansion (III) Comment: (Reminder) If A is an n n matrix, then the determinant of A can be computed as a cofactor expansion along the jth column det(a) = a1j C1j + a2j C2j +... + anj Cnj or as a cofactor expansion along the ith row det(a) = ai1 Ci1 + ai2 Ci2 +... + ain Cin Theorem (A triangular = det(a) = a11 a22... ann ). If A is an n n triangular or diagonal matrix, then det(a) is the product of the entries on the main diagonal of the matrix, that is, det(a) = a11 a22... ann. Note: Determinants of 2 2 and 3 3 can be evaluated very efficiently (see pattern suggested below) by summing the products of the entries on the rightward arrows and substracting the products on the leftwards arrows. F. Font Linear Algebra - Winter Term 2017

Evaluating Determinants by Row Reduction (I) Theorem (A row/column of zeros = det(a) = 0). Let A be a square matrix. If A has a row of zeros or a column of zeros, then det(a) = 0. Theorem (det(a) = det(a T )). Let A be a square matrix. Then det(a) = det(a T ). Theorem (Det. of row equiv. matrices). Let A be an n n matrix: (a) If B is the matrix that results when a single row or single column of A is multiplied by a scalar k, then det(b) = k det(a). (b) If B is the matrix that results when two rows or two columns of A are interchanged, then det(b) = det(a). (c) If B is the matrix that results when a multiple of one row of A is added to another or when a multiple of one column is added to another, then det(b) = det(a). Theorem (Det. of element. matrices). Let E be an n n elementary matrix: (a) If E results from multiplying a row of I n by a nonzero number k, det(e) = k. (b) If E results from interchanging two rows of I n, then det(e) = 1. (c) If E results from adding a multiple of one row of I n to another, then det(e) = 1.

Evaluating Determinants by Row Reduction (II) Theorem (A proportional row/columns = det(a) = 0). If A is a square matrix with two proportional rows or two proportional columns, then det(a) = 0. Evaluating Determinants by Row Reduction: Reduce the given matrix to upper triangular form by elementary row operations, then compute the determinant of the upper triangular matrix, and then relate that determinant to that of the original matrix.

Properties of Determinants (I) Determinant of ka: If A is a n n matrix and k a scalar, then det(ka) = k n det(a) Comment: In general det(a + B) det(a) + det(b). Theorem (det(c) = det(a) + det(b)). Let A, B and C be n n matrices that differ only in a single row, say the rth, and assume that the rth row of C can be obtianed by adding correspoinding entries in the rth rows of A and B. Then, The same results holds for columns. det(c) = det(a) + det(b) Theorem (det(eb) = det(e) det(b)). If B is an n n matrix and E is an n n elementary matrix, then det(eb) = det(e) det(b) Comment: The previous result can be extended for multiple elementary matrices det(e 1E 2... E r B) = det(e 1) det(e 2)... det(e r ) det(b) Theorem (A invertible det(a) 0). A square matrix A is invertible if and only if det(a) 0.

Properties of Determinants (II) Theorem (A,B square = det(ab) = det(a) det(b)). If A and B are square matrices of the same size, then det(ab) = det(a) det(b) Theorem (det(a 1 ) = 1/ det(a)). If A is invertible, then det(a 1 ) = 1 det(a) Definition (Adjoint of A). If A is any n n matrix and C ij is the cofactor of a ij, then the matrix C 11 C 12... C 1n C 21 C 22... C 2n.. C n1 C n2... C nn is called the matrix of cofactors from A. The traspose of this matrix is called the adjoint of A and is denoted by adj(a). Theorem (A 1 = adj(a)/ det(a)). If A is an invertible matrix, then A 1 = 1 det(a) adj(a)

Properties of Determinants (III) Theorem (Extension Extension of Equivalence Theorem). If A is an n n matrix, then the following statements are equivalent, that is, all true or all false: (a) A is invertible. (b) Ax = 0 has only the trivial solution. (c) The reduced row echelon form of A is I n. (d) A is expressable as a product of elementary matrices. (e) Ax = b is consistent for every n 1 matrix b. (f) Ax = b has exactly one solution for every n 1 matrix b. (g) det(a) 0

Eigenvalues and Eigenvectors (I) Definition (Eigenvalue and Eigenvector). If A is an n n matrix, then a nonzero vector x in R n is called an eigenvector of A if Ax is a scalar multiple of x; that is, Ax = λx for some scalar λ. The scalar λ is called an eigenvalue of A, and x is said to be an eigenvector corresponding to λ. Comment: Our next objective will be to find a procedure for finding Eigenvalues and Eigenvectors (they are very important in many applications) for a given matrix A. Note: Ax = λx Ax = λi x (λi A)x = 0 For λ to be an eigenvalue of A this equation must have a nonzero solution for x. Equivalence Theorem says that this is only possible if det(λi A) = 0. Theorem (Characteristic equation of A). If A is an n n matrix, then λ is an eigenvalue of A if and only if it satisfies the equation det(λi A) = 0 This is called the characteristic equation of A.