Determinants 林育崧 蘇育劭.

Slides:



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

Elementary Linear Algebra Anton & Rorres, 9th Edition
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.
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Chapter 3 Determinants 3.1 The Determinant of a Matrix
Lecture 15 Recursive and Iterative Formula for Determinants Shang-Hua Teng.
Linear Algebra---Meiling CHEN
Lecture 14 Simplex, Hyper-Cube, Convex Hull and their Volumes
ECIV 520 Structural Analysis II Review of Matrix Algebra.
Matrices and Determinants
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Compiled By Raj G. Tiwari
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX.
 Row and Reduced Row Echelon  Elementary Matrices.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Determinants. Cramer’s Rule Part 5.
Matrix Algebra. Quick Review Quick Review Solutions.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Determinants In this chapter we will study “determinants” or, more precisely, “determinant functions.” Unlike real-valued functions, such as f(x)=x 2,
Matrices & Determinants Chapter: 1 Matrices & Determinants.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
Matrix Determinants and Inverses
8.1 Matrices & Systems of Equations
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Unit 6 : Matrices.
Lecture 8 Matrix Inverse and LU Decomposition
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.
2x2 Matrices, Determinants and Inverses
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
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.
Linear Algebra Review Tuesday, September 7, 2010.
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.
MATH 1046 Determinants (Section 4.2)
College Algebra Chapter 6 Matrices and Determinants and Applications
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
12-1 Organizing Data Using Matrices
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Chapter 2 Determinants by Cofactor Expansion
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
Matrix Operations SpringSemester 2017.
DETERMINANT MATRIX YULVI ZAIKA.
2. Matrix Algebra 2.1 Matrix Operations.
Chapter 2 Determinants Basil Hamed
MATRICES MATRIX OPERATIONS.
Determinant of a Matrix
Linear Algebra Lecture 18.
Maths for Signals and Systems Linear Algebra in Engineering Lectures 9, Friday 28th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Multiplication of Matrices
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
Matrix Operations SpringSemester 2017.
Lecture 8 Matrix Inverse and LU Decomposition
Chapter 2 Determinants.
Chapter 2 Determinants.
Presentation transcript:

Determinants 林育崧 蘇育劭

The Properties of the Determinant (1) The determinant of the n by n identity matrix is 1. (2) The determinant changes sign when two rows are exchanged (sign reversal): (3) The determinant is a linear function of each row separately:   (3) Doesn’t mean det2I = 2 det I

The Properties of the Determinant (4) If two rows of A are equal , then det(A) = 0. (5) Subtracting a multiple of one row from another row leaves det(A) unchanged. (5) Conclusion 高斯消去從A到U 行列式不變

The Properties of the Determinant (6) A matrix with a row of zeros has det(A) = 0. By (4)(5) (7) If A is triangular then det A = product of diagonal entries.

The Properties of the Determinant (8) If A is singular then det A = 0.If A is invertible then det A != 0. If PA = LU then det P det A = det L det U (8) If A is singular elimination will produce a zero row

The Properties of the Determinant (9) |AB| =|A||B| (10) |A| = |AT| L,U,P has the same determinant asLT UT PT Important comment on columns : Every rule for rows can apply to the columns(Since(10) )

Three ways to compute determinants (1) Pivot Formula (Multiply the n pivots) (2) Big Formula (Add up n! terms) (3) Cofactor Formula (Combine n smaller determinants)

Pivot Formula PA = LU → det P det A = det L det U det A =

Big Formula There are possibly (3*2*1)=3! terms that may be non-zero.

Big Formula Matrices of n by n n! simple determinants that need to be summed up. Each simple determinant chooses one entry from every row and column The value of a simple determinant is the product times +1 or -1 The complete determinant of A is the sum of these n! simple determinants.

Cofactor Formula Cofactor is useful when the matrix has many zeros

Cramer’s Rule Solving Ax = b n x n system , need to evaluate (n + 1) determinants.

Formula for A-1 (using Cramer’s rule)

Direct proof of A-1 = cT /det A A A-1 = I → A cT = det (A) I How to explain the zores off the diagonal? *two equal rows

Applications of determiants Area is the absolute value of the determinant Area has the same properties as the determinant

(1) When , A = 1. (2) When rows are exchanged , the determinant reverses sign.(The absolute value stays the same) (3) Linearity

Cross Product Scalar Triple Product (b×c) .a = = The volume of the parallelpiped If (b×c) .a = 0 (1) a,b,c lie in the same plain (2) a,b,c are dependent. The matrix is singular. (3) zero volume.