DETERMINANT MATRIX YULVI ZAIKA.

Slides:



Advertisements
Similar presentations
BAI CM20144 Applications I: Mathematics for Applications Mark Wood
Advertisements

Elementary Linear Algebra Anton & Rorres, 9th Edition
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….)
3.2 Determinants; Mtx Inverses
Chap. 3 Determinants 3.1 The Determinants of a Matrix
3 - 1 Chapter 2B Determinants 2B.1 The Determinant and Evaluation of a Matrix 2B.2 Properties of Determinants 2B.3 Eigenvalues and Application of Determinants.
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 3 Determinants 3.1 The Determinant of a Matrix
Economics 2301 Matrices Lecture 13.
Warm-up 23-1 A = 0-54 B = C = 9 4 D = Find 8A 2. Find AC 3. Find CD 4. Find BD.
化工應用數學 授課教師: 郭修伯 Lecture 9 Matrices
Matrices and Determinants
Chapter 5 Determinants.
Applications of matrices and determinants
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
 Row and Reduced Row Echelon  Elementary Matrices.
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.
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
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.
ENM 503 Block 2 Lesson 7 – Matrix Methods
Matrices & Determinants Chapter: 1 Matrices & Determinants.
8.1 Matrices & Systems of Equations
Unit 6 : Matrices.
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.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
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.
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.
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
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.
Matrices Introduction.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
7.7 Determinants. Cramer’s Rule
CHAPTER 2 MATRICES Determinant Inverse.
Linear Algebra Lecture 36.
Chapter 2 Determinants by Cofactor Expansion
ECON 213 Elements of Mathematics for Economists
Evaluating Determinants by Row Reduction
Elementary Matrix Methid For find Inverse
Chapter 2 Determinants Basil Hamed
Linear Algebra Lecture 18.
Elementary Linear Algebra Anton & Rorres, 9th Edition
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
nhaa/imk/sem /eqt101/rk12/32
Chapter 2 Determinants.
Matrices and Determinants
Chapter 2 Determinants.
Presentation transcript:

DETERMINANT MATRIX YULVI ZAIKA

DETERMINANT a “determinant” is a certain kind of function that associates a real number with a square matrix We will obtain a formula for the inverse of an invertible matrix as well as a formula for the solution to certain systems of linear equations in terms of determinants. is invertible if ad-bc 0 . The expression ad – bc occurs so frequently in mathematics that it has a name; it is called the determinant of the matrix A and is denoted by the symbol det A or |A| . With this notation, the formula A-1for given in

Finding Minors and Cofactors

The definition 3x3 of a determinant in terms of minors and cofactors is

Determinant matrix 3x3

Cofactor Expansion Along the First Column

Adjoint of matrix If A is any nxn matrix and Cij is the cofactor of aij, 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.

EX If is A an invertible matrix, then

Determinant of an Upper Triangular Matrix If A is an nxn 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, det (A)= a11. a22a33…ann.

Cramer's Rule If Ax=b is a system of linear equations in unknowns such that det (A) 0 , then the system has a unique solution. This solution is Where Aj is the matrix obtained by replacing the entries in the j th column of A by the entries in the matrix

Use Cramer's rule to solve

EVALUATING DETERMINANTS BY ROW REDUCTION Let A be a square matrix. If A has a row of zeros or a column of zeros, then det A=0 . Let A be a square matrix. Then det A= det AT . Let A be an nxn matrix (a) If B is the matrix that results when a single row or single column of A is multiplied by a scalar , then det (A)=k det(B) . (b) If B is the matrix that results when two rows or two columns of A are interchanged, then det (B)=-det(A) If B is the matrix that results when a multiple of one row of A is added to another row or when a multiple of one column is added to another column, then det(B)=det(A) .

Elementary Matrices Let E be an nxn elementary matrix. If E results from multiplying a row of In by k, then det E=k. If E results from interchanging two rows of In , then det(E)=-1 . If E results from adding a multiple of one row of to another, then det E=1.

Matrices with Proportional Rows or Columns If A is a square matrix with two proportional rows or two proportional columns, then det (A)=0 .

Evaluating Determinants by Row Reduction

This determinant could be computed as above by using elementary row operations to reduce A to row-echelon form, but we can put A in lower triangular form in one step by adding-3 times the first column to the fourth to obtain

Row Operations and Cofactor Expansion By adding suitable multiples of the second row to the remaining rows, we obtain

PROPERTIES OF THE DETERMINANT FUNCTION

Linear Systems of the Form Ax=x Many applications of linear algebra are concerned with systems of n linear equations in n unknowns that are expressed in the form Ax=x where is a scalar. Such systems are really homogeneous linear systems in disguise, since the equation can be rewritten as x-Ax=0 or, by inserting an identity matrix and factoring, as (I-A)x=0

Finding I-A  Is called a characteristic value or an eigenvalue* of A and the nontrivial solutions of eq are called the eigenvectors of A corresponding to .

The factored form of this equation is (+2)(-5), so the eigenvalues of A are -2 and 5. Jika =5 Jika =-2