Chapter 2 Determinants by Cofactor Expansion

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Advertisements

Applied Informatics Štefan BEREŽNÝ
3.2 Determinants; Mtx Inverses
Chap. 3 Determinants 3.1 The Determinants of a Matrix
1.5 Elementary Matrices and a Method for Finding
3 - 1 Chapter 2B Determinants 2B.1 The Determinant and Evaluation of a Matrix 2B.2 Properties of Determinants 2B.3 Eigenvalues and Application of Determinants.
Section 3.1 The Determinant of a Matrix. Determinants are computed only on square matrices. Notation: det(A) or |A| For 1 x 1 matrices: det( [k] ) = k.
Chapter 3 Determinants 3.1 The Determinant of a Matrix
Economics 2301 Matrices Lecture 13.
Matrices and Determinants
Chapter 5 Determinants.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Inversion.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Determinants. Cramer’s Rule Part 5.
Chapter 2 Determinants. The Determinant Function –The 2  2 matrix is invertible if ad-bc  0. The expression ad- bc occurs so frequently that it has.
1 Chapter 6 – Determinant Outline 6.1 Introduction to Determinants 6.2 Properties of the Determinant 6.3 Geometrical Interpretations of the Determinant;
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
8.1 Matrices & Systems of Equations
1 MAC 2103 Module 3 Determinants. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Determine the minor, cofactor,
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Mathematics.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT211 Lecture 17 Determinants.. Recall that a 2 x 2 matrix A is invertible If and only if a.d-b.c ≠ 0. The number a.d-b.c is the the determinant of A.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
MATH 1046 Determinants (Section 4.2)
Matrices Introduction.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
LINEAR ALGEBRA.
CHAPTER 2 MATRICES Determinant Inverse.
3.1 Introduction to Determinants
Linear Algebra Lecture 36.
Determinants Section The focus before was to determine information about the solution set of the linear system of equations given as the matrix equation.
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
Linear Algebra Lecture 17.
Evaluating Determinants by Row Reduction
DETERMINANT MATRIX YULVI ZAIKA.
3.2 Properties of Determinants
Chapter 2 Determinants Basil Hamed
3.2 Properties of Determinants
Matrices Introduction.
Linear Algebra Lecture 18.
Aljabar Linear Elementer
Chapter 7: Matrices and Systems of Equations and Inequalities
Determinant of amatrix:
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
nhaa/imk/sem /eqt101/rk12/32
Chapter 2 Determinants.
3.8 Matrices L Al-zaid Math1101.
Chapter 2 Determinants.
Presentation transcript:

Chapter 2 Determinants by Cofactor Expansion Evaluating Determinants by Row Reduction Properties of the Determinants, Cramer’s Rule 9/12/2018

Minor and Cofactor Let A be a 2x2 matrix Then ad-bc is called the determinant of the matrix A, and is denoted by The symbol det(A). We will extend the concept of a determinant to square matrices of all orders. 9/12/2018

Minor and Cofactor Definition If A is a square matrix, then The minor of entry aij, denoted Mij, is defined to be the determinant of the submatrix that remains after the ith row and jth column are deleted from A. The number (-1)i+j Mij is denoted by Cij and is called the cofactor of entry aij Remark Note that Cij = Mij and the signs in the definition of cofactor form a checkerboard pattern: 9/12/2018 3

Example: Let . Find the minor and cofactor of a12, and a23 Solution: 9/12/2018

Cofactor Expansion Theorem 2.1.1 (Expansions by Cofactors) The determinant of an nn matrix A can be computed by multiplying the entries in any row (or column) by their cofactors and adding the resulting products; that is, for each 1  i, j  n det(A) = a1jC1j + a2jC2j +… + anjCnj (cofactor expansion along the jth column) and det(A) = ai1Ci1 + ai2Ci2 +… + ainCin (cofactor expansion along the ith row) 9/12/2018

Example: Let . Evaluate det (A) by cofactor expansion along the first column of A. Solution: 9/12/2018

Determinant of an Upper Triangular Matrix Theorem If A is an nxn triangular matrix (upper triangular, lower triangular, or diagonal), then det(A) is the product of the entries on the main diagonal of the matrix; that is, det(A)=a11a22…ann. Arrow Technique for determinants of 2x2 and 3x3 matrices. 9/12/2018

Section 2.3 Properties of Determinants; Cramer’s Rule Definition (Adjoint of a Matrix) If A is any nn matrix and Cij is the cofactor of aij, then the matrix is called the matrix of cofactors from A. The transpose of this matrix is called the adjoint of A and is denoted by adj(A) 9/12/2018

Example: Let . Find the adjoint of A. Solution: 9/12/2018

If A is an invertible matrix, then Theorems Theorem 2.1.2 (Inverse of a Matrix using its Adjoint) If A is an invertible matrix, then Example: Use theorem 2.1.2. to find the inverse of Solution: 9/12/2018

Theorem 2.1.4 (Cramer’s Rule) If Ax = b is a system of n linear equations in n unknowns such that det(A)  0 , then the system has a unique solution. This solution is where Aj is the matrix obtained by replacing the entries in the jth column of A by the entries in the matrix 9/12/2018

Example: Use Cramer’s rule to solve Solution: 9/12/2018

Properties of the Determinant Function Suppose that A and B are nxn matrices and k is any scalar. We obtain But There is no simple relationship exists between det(A), det(B), and det(A+B) in general. In particular, det(A+B) is usually not equal to det(A) + det(B). Example: Consider 9/12/2018

Properties of the Determinants Sum Theorem 2.3.1 Let A, B, and C be nn matrices that differ only in a single row, say the r-th, and assume that the r-th row of C can be obtained by adding corresponding entries in the r-th rows of A and B. Then det(C) = det(A) + det(B) The same result holds for columns. Example 9/12/2018

Properties of the Determinants Multiplication Lemma 2.3.2 If B is an nn matrix and E is an nn elementary matrix, then det(EB) = det(E) det(B) Theorem 2.3.3 (Determinant Test for Invertibility) A square matrix A is invertible if and only if det(A)  0 9/12/2018

If A and B are square matrices of the same size, then Theorem 2.3.4 If A and B are square matrices of the same size, then det(AB) = det(A) det(B) Theorem 2.3.5 If A is invertible, then 9/12/2018

Theorem 2.3.6 (Equivalent Statements) If A is an nn matrix, then the following are equivalent A is invertible. Ax = 0 has only the trivial solution The reduced row-echelon form of A as In A is expressible as a product of elementary matrices Ax = b is consistent for every n1 matrix b Ax = b has exactly one solution for every n1 matrix b det(A)  0 9/12/2018