Evaluating Determinants by Row Reduction

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

Chapter 2 Section 2. Lemma Let i=1 and j=2, then.
3.2 Determinants; Mtx Inverses
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.
Matrices & Systems of Linear Equations
Matrices. Special Matrices Matrix Addition and Subtraction Example.
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.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 5 Determinants.
3.8 Matrices.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Section 6.6 Orthogonal Matrices.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
ECON 1150 Matrix Operations Special 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.
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Ch X 2 Matrices, Determinants, and Inverses.
Section 1.5 Elementary Matrices and a Method for Finding A −1.
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,
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
More on Determinants; Area and Volume (10/19/05) How is det(A) affected by row operations? Replacing one row with a multiple of another row has no effect.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Meeting 22 Determinants and Elementary Operations.
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.
Matrix Multiplication The Introduction. Look at the matrix sizes.
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.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
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.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
Matrices and Matrix Operations
nhaa/imk/sem /eqt101/rk12/32
12-1 Organizing Data Using Matrices
Multiplying Matrices.
ECE 1304 Introduction to Electrical and Computer Engineering
Matrix Operations Free powerpoints at
Matrix Operations.
CHAPTER 2 MATRICES Determinant Inverse.
Matrix Operations Free powerpoints at
Matrix Operations.
Chapter 2 Determinants by Cofactor Expansion
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Agenda Textbook / Web Based Resource Basics of Matrices Classwork
Multiplying Matrices.
DETERMINANT MATRIX YULVI ZAIKA.
2. Matrix Algebra 2.1 Matrix Operations.
Section 2.4 Matrices.
Determinant of a Matrix
Linear Algebra Lecture 18.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Chapter 2 Determinants.
1.8 Matrices.
DETERMINANT MATH 80 - Linear Algebra.
1.8 Matrices.
Multiplying Matrices.
Chapter 2 Determinants.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Presentation transcript:

Evaluating Determinants by Row Reduction Section 2.2 Evaluating Determinants by Row Reduction

A THEOREM Theorem 2.2.1: Let A be a square matrix. If A has a row or column of all zeros, then det(A) = 0.

TRANSPOSES AND THE DETERMINANT Theorem 2.2.2: Let A be a square matrix. Then det(A) = det(AT). NOTE: As a result of this theorem, nearly every theorem about the determinants that contains the word row in its statement is also true when the word column is substituted for row.

ROW OPERATIONS AND DETERMINANTS Theorem 2.2.3: Let A be and n×n matrix. (a) If B is the matrix that results when a single row or single column of A is multiplied by any scalar k, then det(B) = k det(A). (b) If B is the matrix that results when two rows or two columns of A are interchanged, then det(B) = −det(A). (c) 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 AND DETERMINANTS Theorem 2.2.4: Let E be an n×n elementary matrix. (a) If E results from multiplying a row of In by k, then det(E) = k. (b) If E results from interchanging two rows of In, then det(E) = −1. (c) If E results from adding a multiple of one row of In to another, then det(E) = 1.

DETERMINANTS AND PROPORTIONAL ROWS/COLUMNS Theorem 2.2.5: If A is a square matrix with two proportional rows or two proportional columns, then det(A) = 0.