CHAPTER 2 MATRICES Determinant Inverse.

Slides:



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

3.2 Determinants; Mtx Inverses
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.
Matrices & Systems of Linear Equations
Chapter 2 Matrices Definition of a matrix.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Economics 2301 Matrices Lecture 13.
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.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
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.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
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.
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.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Introduction and Definitions
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. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
3.8 Matrices L Al-zaid Math1101.
Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
nhaa/imk/sem /eqt101/rk12/32
MATRICES.
Determinants by Dr. Shorouk Ossama.
3.1 Introduction to Determinants
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Chapter 2 Determinants by Cofactor Expansion
Evaluating Determinants by Row Reduction
DETERMINANT MATRIX YULVI ZAIKA.
3.2 Properties of Determinants
Chapter 2 Determinants Basil Hamed
Review of Matrix Algebra
Section 2.4 Matrices.
3.2 Properties of Determinants
Matrices Introduction.
Aljabar Linear Elementer
Chapter 2 Determinants.
nhaa/imk/sem /eqt101/rk12/32
Chapter 2 Determinants.
3.5 Perform Basic Matrix Operations Algebra II.
3.8 Matrices L Al-zaid Math1101.
Matrices - Operations ADJOINT MATRICES
Presentation transcript:

CHAPTER 2 MATRICES Determinant Inverse

DETERMINANT : 2X2 Definition 2.19 Determinant of matrix A is defined by det(A) or |A| Definition 2.19 If is a 2x2 matrix, then the determinant is given by

INVERSE : 2X2 Definition If , then is the inverse of A where Theorem 1 Matrix A in invertible if and only if If , then A doesn’t have an inverse.

INVERSE : 2X2 Example 1 Find the inverse for the given matrix:

INVERSE : 2X2 Example 1 Find the inverse for each matrix:

INVERSE : 2X2 Example 2 If , show that is the inverse of A.

DETERMINANT : 3x3 Definition 2.20 Given is a 3x3 matrix, then the determinant is given by:

DETERMINANT : 3x3 (minors & cofactors) Definition 2.23 If Cij is cofactor of matrix A, then det(A) can be obtained by: Expanding along the ith row: Expanding along the jth column:

DETERMINANT : 3x3 (minors & cofactors) Definition 2.22 Cofactor of aij : For 3x3 matrix : We can conclude that : Even = 1, Odd = -1

DETERMINANT : 3x3 (minors & cofactors) Definition 2.21 Let n ≥ 2 and A = [ aij ]nxn . Matrices (n -1)x (n -1) submatrix of A is obtained by deleting the ith row and jth column of A, denoted by Mij . Minor of

DETERMINANT : 3x3 (minors & cofactors) Therefore : Cofactor of aij =

DETERMINANT : 3x3 (minors & cofactors) Exercise 1: Find determinant of A:

DETERMINANT : 3x3 (minors & cofactors) Answer 1 Minor= Cofactor =

DETERMINANT : 3x3 (minors & cofactors) Exercise 2: Find determinant of A: ANSWER:

DETERMINANT : PROPERTIES Suppose A is nxn matrix and k is a scalar. Suppose the matrix B is obtained by multiplying a single row or column of A by k. Then det(B) = k det(A) If matrix A is multiplied by k, that is every element in the matrix is multiplied by k, then det(kA) = kn det(A) If B is obtained from A by interchanging 2 rows or 2 columns, then det(B) = - det(A)

DETERMINANT : PROPERTIES Adding or subtraction a multiple of one row(column) to the other row(column) leaves the determinant unchanged If A and B are 2 square matrices such that AB exists, then, det(AB) = det(A) det(B) If 2 rows or 2 columns of a matrix are equal, the determinant of the matrix is zero.

ADJOINT Definition 2.24 Let A is an nxn matrix, then the transpose of the matrix of cofactors A is called the matrix adjoint to A.

ADJOINT Exercise 3: Find the inverse of A:

ADJOINT

ADJOINT Answer 3: Cofactor = adj(A) =

ADJOINT Exercise 4: Find inverse of B:

ADJOINT Answer 4: Cofactor = adj(B) =

INVERSE Definition 2.25 If A is a square matrix of order n and if there exists a matrix A-1 such that then A-1 is called the inverse of A.

ELEMENTARY ROW OPERATION INVERSE FOR 3X3 COFACTOR METHOD ELEMENTARY ROW OPERATION (ERO)

Inverse using Cofactor Method Theorem 2 If A is nxn matrix, |A|≠0, then A-1 is defined by:

INVERSE Exercise 7: Find the inverse of each matrix using the Cofactor Method:

INVERSE Answer 7: Solution for (a): Step 1: find cofactor of A Step 2: find det(A)

INVERSE Step 3: find adj(A) Step 4: find the inverse of A

Inverse using Elementary Row Operations (ERO) Theorem 3 Let A and I both be nxn matrices, the augmented matrix may be reduced to by using elementary row operation (ERO)

Inverse using Elementary Row Operations (ERO) Characteristics of ERO (i) : interchange the elements between ith row and jth row Example

Inverse using Elementary Row Operations (ERO) Characteristics of ERO (ii) : multiply ith row by a nonzero scalar, k Example NEW R1

Inverse using Elementary Row Operations (ERO) Characteristics of ERO (iii) : add or subtract ith row to a constant multiple jth row by a nonzero scalar, k Example NEW R1

Inverse using Elementary Row Operations (ERO) Exercise 8: Find the inverse of each matrix using the Elementary Row Operations (ERO)