Determinant of amatrix:

Slides:



Advertisements
Similar presentations
Rules of Matrix Arithmetic
Advertisements

Elementary Linear Algebra Anton & Rorres, 9th Edition
Applied Informatics Štefan BEREŽNÝ
Chapter 4 Systems of Linear Equations; Matrices
Autar Kaw Humberto Isaza
Matrices: Inverse Matrix
Chap. 3 Determinants 3.1 The Determinants of a Matrix
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.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Chapter 5 Determinants.
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.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
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.
Chapter 6.7 Determinants. In this chapter all matrices are square; for example: 1x1 (what is a 1x1 matrix, in fact?), 2x2, 3x3 Our goal is to introduce.
1 Chapter 6 – Determinant Outline 6.1 Introduction to Determinants 6.2 Properties of the Determinant 6.3 Geometrical Interpretations of the Determinant;
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.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
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.
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.
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.
4.5 Inverse of a Square Matrix
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.
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.
Matrices, Vectors, Determinants.
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)
Chapter 4 Systems of Linear Equations; Matrices
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Equations in Linear Algebra
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
Chapter 4 Systems of Linear Equations; Matrices
7.7 Determinants. Cramer’s Rule
ECE 3301 General Electrical Engineering
Matrices, Determinants, and Cramer’s Rule
5 Systems of Linear Equations and Matrices
MATHEMATICS Matrix Multiplication
Copyright © Cengage Learning. All rights reserved.
Chapter 2 Determinants by Cofactor Expansion
Determinants Section The focus before was to determine information about the solution set of the linear system of equations given as the matrix equation.
DETERMINANT MATRIX YULVI ZAIKA.
Elementary Matrix Methid For find Inverse
Chapter 2 Determinants Basil Hamed
College Algebra Fifth Edition
Chapter 7: Matrices and Systems of Equations and Inequalities
Matrices and Matrix Operations
Matrices.
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.
Chapter 4 Systems of Linear Equations; Matrices
Linear Equations in Linear Algebra
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:

Determinant of amatrix: 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 The classic definition of det(A) is a computation that uses n! products of n entries from matrix A. Each product is chosen so that there is exactly one element from each row and exactly one element from each column in the product. Each of the products is multiplied by either 1 or -1 based on a certain condition and then the n! products are added together to get the value of det(A).

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

Magnification factor = | det(A) | 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. The relationship between the det(A) and the magnification factor for the matrix transformation using A is Magnification factor = | det(A) |

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 matrix transformations one using n × n matrix A and the other using n × n matrix B. Let R represent a closed figure in n-space and f be the matrix transformation with respect to A and g be the matrix transformation with respect to B. The f(g(R)) is computed using the matrix product AB. So the magnification factor of the this composite function is the product of the individual magnification factors. It follows that since the magnification factor is the absolute value of the determinant that 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 function from Section 3 Summary of the properties of the determinant function from Section 3.2 and its exercises.

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