Chapter 5 Determinants.

Slides:



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

Chap. 3 Determinants 3.1 The Determinants of a Matrix
1.5 Elementary Matrices and a Method for Finding
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.
SOLVING SYSTEMS OF LINEAR EQUATIONS. Overview A matrix consists of a rectangular array of elements represented by a single symbol (example: [A]). An individual.
Matrices & Systems of Linear Equations
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 2 Basic Linear Algebra
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Matrices and Systems of Equations
Chapter 2 Matrices Definition of a matrix.
Economics 2301 Matrices Lecture 13.
ENGG2013 Unit 9 3x3 Determinant
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices and Determinants
Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Matrix Solution of Linear Systems The Gauss-Jordan Method Special Systems.
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.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
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.
Determinants. If is a square matrix of order 1, then |A| = | a 11 | = a 11 If is a square matrix of order 2, then |A| = = a 11 a 22 – a 21 a 12.
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.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Determinants and Cramer’s Rule.
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.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with 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 © 1999 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen College Algebra, 6 th Edition Chapter Seven Matrices & Determinants.
Matrices, Vectors, Determinants.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Copyright © 2001 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen Precalculus: Functions & Graphs, 5 th Edition Chapter Nine Matrices & Determinants.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
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.
MTH108 Business Math I Lecture 20.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
nhaa/imk/sem /eqt101/rk12/32
CHAPTER 2 MATRICES Determinant Inverse.
3.1 Introduction to Determinants
Barnett/Ziegler/Byleen College Algebra, 7th Edition
Chapter 2 Determinants by Cofactor Expansion
DETERMINANT MATRIX YULVI ZAIKA.
Chapter 2 Determinants Basil Hamed
Chapter 2 Determinants.
nhaa/imk/sem /eqt101/rk12/32
Chapter 2 Determinants.
Chapter 2 Determinants.
Presentation transcript:

Chapter 5 Determinants

5.1 Introduction Every square matrix has associated with it a scalar called its determinant. Given a matrix A, we use det(A) or |A| to designate its determinant. We can also designate the determinant of matrix A by replacing the brackets by vertical straight lines. For example, Definition 1: The determinant of a 11 matrix [a] is the scalar a. Definition 2: The determinant of a 22 matrix is the scalar ad-bc. For higher order matrices, we will use a recursive procedure to compute determinants.

5.2 Expansion by Cofactors Definition 1: Given a matrix A, a minor is the determinant of any square submatrix of A. Definition 2: Given a matrix A=[aij] , the cofactor of the element aij is a scalar obtained by multiplying together the term (-1)i+j and the minor obtained from A by removing the ith row and the jth column. In other words, the cofactor Cij is given by Cij = (1)i+jMij. For example,

5.2 Expansion by Cofactors To find the determinant of a matrix A of arbitrary order, Pick any one row or any one column of the matrix; For each element in the row or column chosen, find its cofactor; Multiply each element in the row or column chosen by its cofactor and sum the results. This sum is the determinant of the matrix. In other words, the determinant of A is given by ith row expansion jth column expansion

Example 1: We can compute the determinant by expanding along the first row, Or expand down the second column: Example 2: (using a row or column with many zeroes)

5.3 Properties of determinants Property 1: If one row of a matrix consists entirely of zeros, then the determinant is zero. Property 2: If two rows of a matrix are interchanged, the determinant changes sign. Property 3: If two rows of a matrix are identical, the determinant is zero. Property 4: If the matrix B is obtained from the matrix A by multiplying every element in one row of A by the scalar λ, then |B|= λ|A|. Property 5: For an n  n matrix A and any scalar λ, det(λA)= λndet(A).

5.3 Properties of determinants Property 6: If a matrix B is obtained from a matrix A by adding to one row of A, a scalar times another row of A, then |A|=|B|. Property 7: det(A) = det(AT). Property 8: The determinant of a triangular matrix, either upper or lower, is the product of the elements on the main diagonal. Property 9: If A and B are of the same order, then det(AB)=det(A) det(B).

5.4 Pivotal condensation Properties 2, 4, 6 of the previous section describe the effects on the determinant when applying row operations. These properties comprise part of an efficient algorithm for computing determinants, technique known as pivotal condensation. A given matrix is transformed into row-reduced form using elementary row operations A record is kept of the changes to the determinant as a result of properties 2, 4, 6. Once the transformation is complete, the row-reduced matrix is in upper triangular form, and its determinant is easily found by property 8. Example in the next slide

5.4 Pivotal condensation Find the determinant of (2) Factor 7 out of the 2nd row (1)

5.5 Inversion Theorem 1: A square matrix has an inverse if and only if its determinant is not zero. Below we develop a method to calculate the inverse of nonsingular matrices using determinants. Definition 1: The cofactor matrix associated with an n  n matrix A is an n  n matrix Ac obtained from A by replacing each element of A by its cofactor. Definition 2: The adjugate of an n  n matrix A is the transpose of the cofactor matrix of A: Aa = (Ac)T

Example of finding adjugate Find the adjugate of Solution: The cofactor matrix of A:

Inversion using determinants Theorem 2: A Aa = Aa A = |A| I . If |A| ≠ 0 then from Theorem 2, That is, if |A| ≠ 0, then A-1 may be obtained by dividing the adjugate of A by the determinant of A. For example, if then

Inversion using determinants: example Use the adjugate of to find A-1

5.6 Cramer’s rule If a system of n linear equations in n variables Ax=b has a coefficient matrix with a nonzero determinant |A|, then the solution of the system is given by where Ai is a matrix obtained from A by replacing the ith column of A by the vector b. Example:

5.6 Cramer’s rule: example Use Cramer’s Rule to solve the system of linear equation.