Linear Algebra Lecture 17.

Slides:



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

Applied Informatics Štefan BEREŽNÝ
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.
Lecture 15 Recursive and Iterative Formula for Determinants Shang-Hua Teng.
4.III. Other Formulas 4.III.1. Laplace’s Expansion Definition 1.2:Minor & Cofactor For any n  n matrix T, the (n  1)  (n  1) matrix formed by deleting.
ENGG2013 Unit 9 3x3 Determinant
Matrices and Determinants
Determinants King Saud University. The inverse of a 2 x 2 matrix Recall that earlier we noticed that for a 2x2 matrix,
Chapter 5 Determinants.
Systems and Matrices (Chapter5)
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.
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.
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Inc.
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
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.
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.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
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 © Cengage Learning. All rights reserved. 7.7 The Determinant of a Square Matrix.
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.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
Matrices Introduction.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
LINEAR ALGEBRA.
CHAPTER 2 MATRICES Determinant Inverse.
Determinants by Dr. Shorouk Ossama.
3.1 Introduction to Determinants
Matrices, Determinants, and Cramer’s Rule
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Copyright © Cengage Learning. All rights reserved.
Linear Algebra Lecture 36.
Chapter 2 Determinants by Cofactor Expansion
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
ECON 213 Elements of Mathematics for Economists
DETERMINANT MATRIX YULVI ZAIKA.
3.2 Properties of Determinants
3.9 Determinants det(A) or |A| a b a b det = = ad - bc c d c d
Chapter 2 Determinants Basil Hamed
3.2 Properties of Determinants
Matrices Introduction.
CS100: Discrete structures
Linear Algebra Lecture 18.
Aljabar Linear Elementer
Chapter 7: Matrices and Systems of Equations and Inequalities
College Algebra Chapter 6 Matrices and Determinants and Applications
The Determinant of a 2  2 Matrix
Chapter 2 Determinants.
Systems of linear equations:
Matrices and Determinants
Chapter 2 Determinants.
Matrices and Determinants
3.8 Matrices L Al-zaid Math1101.
Chapter 2 Determinants.
Presentation transcript:

Linear Algebra Lecture 17

Segment III

Determinants

Introduction to Determinants

2 x 2 Determinant

3 x 3 Determinant

Or it can be expressed as

Find the determinant of the matrix. Example 1 Find the determinant of the matrix.

Solution

are from the first row of A. Definition For the determinant of n x n matrix A is the sum of n terms of the form , with plus and minus signs alternating, where the entries are from the first row of A.

OR in Symbols

Compute the determinant of Example 2 Compute the determinant of

Minor of a Matrix If A is a square matrix, then the Minor of entry aij (called the ijth minor of A) is denoted by Mij and is defined to be the determinant of the sub matrix that remains when the ith row and jth column of A are deleted.

Cofactor Cij=(-1)i+j Mij is called the cofactor of entry aij The number Cij=(-1)i+j Mij is called the cofactor of entry aij (or the ijth cofactor of A).

Find the minor and cofactor of the matrix. Example 3 Find the minor and cofactor of the matrix.

Cofactor Expansion Across the First Row

Expand a 3x3 determinant using cofactor concept Example 4 Expand a 3x3 determinant using cofactor concept

Theorem The determinant of a matrix A can be computed by a cofactor expansion across any row or down any column.

The cofactor expansion down the jth column The cofactor expansion across the ith row The cofactor expansion down the jth column

Use a cofactor expansion across the third row to compute det A, where Example 5 Use a cofactor expansion across the third row to compute det A, where

Evaluate the determinant of Example 6 Evaluate the determinant of

Show that the value of the determinant is independent of Example 7 Show that the value of the determinant is independent of

Example 8 Compute det A, where

Theorem If A is triangular matrix, then det (A) is the product of the entries on the main diagonal.

Example 9

Example 10 Compute

Linear Algebra Lecture 17