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.

Slides:



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

Applied Informatics Štefan BEREŽNÝ
Chapter 3 Determinants and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
5.4. Additional properties Cofactor, Adjoint matrix, Invertible matrix, Cramers rule. (Cayley, Sylvester….)
Chap. 3 Determinants 3.1 The Determinants of a Matrix
1.7 Diagonal, Triangular, and Symmetric Matrices.
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.
Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.
Matrices and Systems of Equations
Chapter 2 Matrices Definition of a matrix.
Economics 2301 Matrices Lecture 13.
Matrices and Determinants
Chapter 5 Determinants.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
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)
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrix Inversion.
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.
Determinants In this chapter we will study “determinants” or, more precisely, “determinant functions.” Unlike real-valued functions, such as f(x)=x 2,
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.
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.
© 2005 Baylor University Slide 1 Fundamentals of Engineering Analysis EGR Adjoint Matrix and Inverse Solutions, Cramer’s Rule.
Mathematics.
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.
The Determinant of a Matrix Note: The determinant of a matrix can be positive, zero, or negative. Chapter 3 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.
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.
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,
Copyright © 1999 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen College Algebra, 6 th Edition Chapter Seven Matrices & Determinants.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
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.
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.
Chapter 2 Determinants by Cofactor Expansion
Linear Algebra Lecture 17.
Section 7.4 Matrix Algebra.
DETERMINANT MATRIX YULVI ZAIKA.
2. Matrix Algebra 2.1 Matrix Operations.
Chapter 2 Determinants Basil Hamed
Linear Algebra Lecture 18.
College Algebra Chapter 6 Matrices and Determinants and Applications
The Determinant of a 2  2 Matrix
Chapter 2 Determinants.
Chapter 2 Determinants.
Chapter 2 Determinants.
Presentation transcript:

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 into the real numbers. In a similar way, the determinant is a function from square matrices into the real numbers; that is, the input is a square matrix and the output is a real number. Notation: The determinant of the matrix A is notated by det(A) or |A|.

Recall that the 2×2 matrix is invertible if ad − bc ≠ 0. The determinant of the matrix A is det(A) = |A| = ad − bc. Thus, DETERMINANT OF A 2×2 MATRIX

MINORS AND COFACTORS If A is a square matrix, then the minor of entry a ij is denoted by M ij and is defined to be the determinant of the submatrix that remains after the i th row and j th column are deleted from A. The number (−1) i + j M ij is denoted by C ij and is called the cofactor of entry a ij.

COFACTOR EXPANSION Theorem 2.1.1: The determinant of and n×n matrix A can be computed by multiplying the entries in any row (or any column) by their cofactors and adding the resulting products; that is, for each 1 ≤ i ≤ n and 1 ≤ j ≤ n,

A COMMENT ON COFACTOR EXPANSION When computing the determinant by cofactor expansion, it is helpful to expand along the row or column that contains the most zeros.

MULTIPLYING BY COFACTORS OF DIFFERENT ROWS If one multiplies the entries in any row by the corresponding cofactors from a different row, the sum of these products is always zero.

ADJOINT OF A MATRIX If A is any n×n matrix and C ij is the cofactor of a ij, 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).

INVERSE OF A MATRIX USING ITS ADJOINT Theorem 1.2.1: If A is an invertible matrix, then

DETERMINANTS AND TRIANGULAR MATRICES Theorem 2.1.3: 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

CRAMER’S RULE If Ax = b is a system of linear equations in n unknown such that det(A) ≠ 0, then the system has a unique solution. This solution is where A j is the matrix obtained by replacing the entries in the j th column of A by the entries in the matrix b.