Determinants Section The focus before was to determine information about the solution set of the linear system of equations given as the matrix equation.

Slides:



Advertisements
Similar presentations
Rules of Matrix Arithmetic
Advertisements

Ch 7.7: Fundamental Matrices
Elementary Linear Algebra Anton & Rorres, 9th Edition
Autar Kaw Humberto Isaza
Matrices: Inverse Matrix
Chap. 3 Determinants 3.1 The Determinants of a Matrix
1.5 Elementary Matrices and a Method for Finding
LU Factorization LU-factorization Matrix factorization Forward substitution Back substitution.
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.
Determinants (10/18/04) We learned previously the determinant of the 2 by 2 matrix A = is the number a d – b c. We need now to learn how to compute the.
Chapter 5 Determinants.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
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.
4.6 Matrix Equations and Systems of Linear Equations In this section, you will study matrix equations and how to use them to solve systems of linear equations.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Ch X 2 Matrices, Determinants, and Inverses.
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.
MAT 2401 Linear Algebra 3.1 The Determinant of a Matrix
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.
Section 2.3 Properties of Solution Sets
Diagonalization and Similar Matrices In Section 4.2 we showed how to compute eigenpairs (,p) of a matrix A by determining the roots of the characteristic.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Copyright © Cengage Learning. All rights reserved. 7.7 The Determinant of a Square Matrix.
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.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
Chapter 4 Systems of Linear Equations; Matrices
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Equations in Linear Algebra
12-4: Matrix Methods for Square Systems
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
Chapter 4 Systems of Linear Equations; Matrices
ECE 3301 General Electrical Engineering
Matrices, Determinants, and Cramer’s Rule
5 Systems of Linear Equations and Matrices
Copyright © Cengage Learning. All rights reserved.
Chapter 2 Determinants by Cofactor Expansion
Linear Algebra Lecture 17.
DETERMINANT MATRIX YULVI ZAIKA.
Chapter 2 Determinants Basil Hamed
College Algebra Fifth Edition
Chapter 7: Matrices and Systems of Equations and Inequalities
Matrices and Matrix Operations
Linear Algebra Lecture 18.
Maths for Signals and Systems Linear Algebra in Engineering Lectures 9, Friday 28th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Properties of Solution Sets
Chapter 4 Systems of Linear Equations; Matrices
Linear Equations in Linear Algebra
Determinant of amatrix:
The Determinant of a 2  2 Matrix
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
Chapter 2 Determinants.
Chapter 2 Determinants.
Chapter 4 Systems of Linear Equations; Matrices
Presentation transcript:

Determinants Section The focus before was to determine information about the solution set of the linear system of equations given as the matrix equation Ax = b. We saw that in general, both the coefficient matrix A and right side b contributed to the specific nature of the solution set. This followed since the linear system Ax = b is consistent if and only if b is a linear combination of the columns of A. A goal was to determine the coefficients of such linear combinations and to do so we used row operations. However, in the special case of a nonsingular matrix A it was an intrinsic quality of the matrix A that the linear system Ax = b was consistent regardless of the contents of b. Here we develop an intrinsic number associated with a square matrix. This intrinsic number is called the determinant of the square matrix. We make a formal definition for the determinant of 2 2 and 3  3 matrices. We show how to generalize the determinant concept to n  n matrices. We develop properties of the determinant and show how it is related to linear systems that have a unique solution. We show how to use row operations to efficiently compute the determinant.

det(A) = numerical value The determinant of n × n matrix A, denoted det(A), is a function which associates with matrix A a unique numerical value. (The determinant is defined only for square matrices.) det(A) = numerical value

Computing the Determinant of 2 × 2 and 3 × 3 Matrices

Rather than compute det(A) using the expression given above we present the following scheme for generating the products required. Adjoin to A its first two columns, then compute the products along the lines shown in Figure 1. The products are then combined with the sign that appears at the end of the line. Those products obtained along the lines parallel to the diagonal have a plus sign associated with them and those not parallel to the diagonal have a minus sign. Figure 1. The computational procedure shown in Figure 1 is called the '3  3 device' for the determinant of a 3  3 matrix. Warning: there are no such short cuts or 'devices' for larger matrices.

Figure 2. det(A) = (-2) + (2) + - 0 - (-8) - (3) = 5

We have devices for computing the determinants of 2  2 and 3  3 matrices. How do we compute determinants of larger matrices? We discuss two techniques. The first technique expresses the determinant of a matrix A as a linear combination of determinants of submatrices of A. This called determinants by expansion. The second technique uses row operations on A to obtain an upper triangular matrix while we keep track of how the row operations used effect the value of the determinant.

Determinants by Expansion Here we develop a procedure for computing the determinant of an n × n matrix as a linear combination of determinants of submatrices matrices. We call this method determinants by expansion; it is also called Cofactor Expansion or Laplace Expansion by Cofactors. The expression for the determinant of a 3  3 matrix can be written as an expansion involving determinants of 2  2 submatrices and the entries from the first row. We have (verify by using the 2  2 device and simplifying) Note the use of the entries of row #1 as coefficients with signs attached.

To get the signs attached to the coefficients we use incorporate the row and column numbers of the rows and columns omitted by writing the expression in the form (1,1) entry = a (1,2) entry = b (1,3) entry = c We call this expression the expansion of the determinant about the first row. In fact, we can use any row or column for the expansion with appropriate powers of (-1) multiplying the entries and submatrices selected by omitting a row and column. Sign pattern for expansion method for a 3 × 3 matrix.

The definition we give for the determinant of an n  n matrix is an expansion about the first row following the pattern of the 3  3 case as given above. However, the expression involves determinants of (n -1)  (n -1) matrices, hence is recursive.

det(AB) = det(A) det(B). Suppose we have two matrices one is n × n matrix A and the other is n × n matrix B, we have det(AB) = det(A) det(B). Using magnification factor ideas we know that when A = identity matrix the magnification factor is 1 since the image is exactly the same as the original figure. Suppose A is nonsingular then we know A A-1 = I. Thus we have det(A A-1) = det(A) det(A-1) = det(I) = 1. For A nonsingular we have: Since a matrix is either singular or nonsingular we also have det(singular matrix) = 0.

Summary of the properties of the determinant

Computing the Determinant using Row Operations Computing determinant of an n × n matrix for large n using expansion is quite tedious. A more efficient technique involves the use of row operations. However, row operations can change the value of a determinant. The following properties can be proven; we will assume they are true.: and det(upper triangular matrix) = product of its diagonal entries. Using these four properties we will formulate a procedure for computing the determinant of any square matrix by using row operations to reduce it to upper triangular form and keeping track of how the row operations employed effect the determinant.

det of original matrix:

Another example: Compute the determinant of Ans = 184