Chapter 2 Determinants.

Slides:



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

Applied Informatics Štefan BEREŽNÝ
Chapter 3 Determinants and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
3.2 Determinants; Mtx Inverses
Chap. 3 Determinants 3.1 The Determinants of a Matrix
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 2 Basic Linear Algebra
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.
Matrix Algebra. Quick Review Quick Review Solutions.
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.
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.
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.
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
7.7 Determinants. Cramer’s Rule
CHAPTER 2 MATRICES Determinant Inverse.
Determinants by Dr. Shorouk Ossama.
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Linear Algebra Lecture 36.
Chapter 2 Determinants by Cofactor Expansion
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
Linear Algebra Lecture 17.
ECON 213 Elements of Mathematics for Economists
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.
Chapter 7: Matrices and Systems of Equations and Inequalities
Systems of Linear Equations and Matrices
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
nhaa/imk/sem /eqt101/rk12/32
Matrices and Determinants
3.8 Matrices L Al-zaid Math1101.
Chapter 2 Determinants.
Presentation transcript:

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 a name; it is called the determinant of the matrix A and is denoted by the symbol det(A). We want to obtain the analogous formula to square matrices of higher order.

Cofactor Expansion: Cramer's Rule Minors and Cofactors det(A)=a11a22a33+a12a23a31+a13a21a32-a13a22a31-a12a21a33-a11a23a32 =a11(a22a33-a23a32)-a12(a21a33-a23a31)+a13(a21a32-a22a31) =a11M11-a12M12+a13M13 where Definition: If A is a square matrix, then the minor of entry aij is denoted by Mij and 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+jMij is denoted by Cij and is called the cofactor of entry aij. Example: Finding Minors and Cofactors

Cofactor Expansion: Cramer's Rule The cofactor and minor of an element differ only in sign. To determine the sign relating Cij and Mij, we may use the checkerboard array Cofactor Expansions det(A)=a11M11-a12M12+a13M13=a11C11+a12C12+a13C13 This method of evaluating det(A) is called cofactor expansion along the first row of A. Example: Evaluate det(A) by cofactor expansion along the first row of A.

Cofactor Expansion: Cramer's Rule Theorem: 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 iin and 1jn, Example: Cofactor expansion along the first column Cofactor expansion and row or column operations can sometimes be used in combination to provide an effective method for evaluating determinant. Example: Evaluate det(A) where

Cofactor Expansion: Cramer's Rule Adjoint of a Matrix If we multiply the entries in any row by the corresponding cofactors from a different row, the sum of these products is always zero. (This result also holds for columns) Example: Find a11C31+a12C32+a13C33 for Definition: If A is an 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 is denoted by adj(A).

Cofactor Expansion: Cramer's Rule Example: Find the adjoint of A where Theorem: If A is an invertible matrix, then Example: Find the inverse of A in last example. Cramer's Rule be of marginal interest for computational purposes, but is useful for studying the mathematical properties of a solution without the need for solving the system

Cofactor Expansion: Cramer's Rule Theorem: 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 solutions is where Aj is the matrix obtained by replacing the entries in the jth column of A by the entries in the matrix Example: Use Cramer's rule to solve

Cramer’s Rule Solution Therefore,

Evaluating Determinants by Row Reduction A Basic Theorem Theorem: Let A be a square matrix. If A has a row of zeros or a column of zeros, then det(A)=0. det(A) = det(AT). It is evident from (b) that every theorem about determinants that contains the word “row” is also true when the word “column” is substituted. Triangular Matrices Theorem: If A is an nn 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. Example: Find the determinant of

Evaluating Determinants by Row Reduction Elementary Row Operations Theorem: Let A be an nn matrix. 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). If B is the matrix that results when two rows or two columns of A are interchanged, then det(B) = -det(A). If B is the matrix that results when a multiple of one row of A is added to another row or when a multiple of one column is added to another column, then det(B) = det(A). Elementary Matrices Theorem: Let E be an nn elementary matrix. If E results from multiplying a row of In by k, then det(E) = k. If E results from interchanging two rows of In, then det(E) = -1. If E results from adding a multiple of one row of In to another, then det(E)=1.

Evaluating Determinants by Row Reduction Matrices with Proportional Rows or Columns Theorem: If A is a square matrix with two proportional rows or two proportional columns, then det(A) = 0. Evaluating Determinants by Row Reduction Idea: to reduce the given matrix to upper triangular form by elementary row operations, then compute the determinant of the upper triangular matrix, then relate that determinant to that of the original matrix Example: Evaluate det(A) where The method is well suited for computer evaluation since it is systematic and easily programmed.

Properties of the Determinant Function Basic Properties of Determinants Let A and B be nn matrices and k be any scalar. We have det(kA)=kndet(A). det(A+B) is usually not equal to det(A)+det(B). Example: Interesting example: Theorem: Let A, B, and C be nn matrices that differ only in single row, say the rth, and assume that the rth row of C can be obtained by adding corresponding entries in the rth rows of A and B. Then det(C) = det(A) + det(B). The same result holds for columns.

Properties of the Determinant Function Determinant of a Matrix Product If A and B are square matrices of the same size, then det(AB)=det(A)det(B) Lemma: If B is an nn matrix and E is an nn elementary matrix, then det(EB)=det(E)det(B). Det(E1E2...ErB)=det(E1)det(E2)...det(Er)det(B) Determinant Test for Invertibility Theorem: A square matrix A is invertible if and only if det(A)0. A square matrix with two proportional rows or columns is not invertible. Theorem: If A and B are square matrices of the same size, then det(AB)=det(A)det(B).

Properties of the Determinant Function Example: Verifying det(AB)=det(A)det(B) Theorem: If A is invertible, then

Properties of the Determinant Function Summary Theorem: 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 is 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.

The Determinant Function Definition of a Determinant By an elementary product from an nn matrix A we shall mean any product of n entries from A, no two of which come from the same row or same column.

The Determinant Function Example: List all elementary products from the matrices An nn matrix A has n! elementary products of the form signed elementary product from A: an elementary product multiplied by +1 or –1. We use + if (j1,j2,...,jn) is an even permutation and the – if (j1,j2,...,jn) is an odd permutation. Example: List all signed elementary products from the matrices

The Determinant Function Definition: Let A be a square matrix. The determinant function is denoted by det, and we define det(A) to be the sum of all signed elementary products from A. The number det(A) is called the determinant of A. Example: Find the determinants of matrices mnemonic method(only for 22 and 33 matrices) Example: Evaluate the determinants of

The Determinant Function Notation and Terminology The symbol |A| is an alternative notation for det(A). Although the determinant of a matrix is a number, it is common to use the term “determinant” to refer to the matrix whose determinant is being computed. The determinant of A is often written symbolically as Evaluating determinants directly from the definition leads to computational difficulties.