Matrix Operations: Determinant

Similar documents
Math 240 Calculus III

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

Solving Consistent Linear Systems

Homework Set #8 Solutions

Components and change of basis

Chapter 3. Determinants and Eigenvalues

MATRICES AND MATRIX OPERATIONS

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

Materials engineering Collage \\ Ceramic & construction materials department Numerical Analysis \\Third stage by \\ Dalya Hekmat

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Graduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

1 Last time: determinants

Determinants Chapter 3 of Lay

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

Math Linear Algebra Final Exam Review Sheet

(1) for all (2) for all and all

Chapter 2 Notes, Linear Algebra 5e Lay

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

Determinants: summary of main results

MTH 464: Computational Linear Algebra

Determinant of a Matrix

Evaluating Determinants by Row Reduction

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

1 Determinants. 1.1 Determinant

Recall : Eigenvalues and Eigenvectors

Solution Set 7, Fall '12

LS.1 Review of Linear Algebra

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

Conceptual Questions for Review

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

Row Space and Column Space of a Matrix

ECON 186 Class Notes: Linear Algebra

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline

UNIT 3 MATRICES - II

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p

Elementary maths for GMT

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

MATH 1553-C MIDTERM EXAMINATION 3

Introduction to Determinants

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008

ELE/MCE 503 Linear Algebra Facts Fall 2018

In Class Peer Review Assignment 2

Chapter 4. Determinants

2018 Fall 2210Q Section 013 Midterm Exam II Solution

Determinants. Beifang Chen

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method

MAT 1332: CALCULUS FOR LIFE SCIENCES. Contents. 1. Review: Linear Algebra II Vectors and matrices Definition. 1.2.

9. The determinant. Notation: Also: A matrix, det(a) = A IR determinant of A. Calculation in the special cases n = 2 and n = 3:

Presentation by: H. Sarper. Chapter 2 - Learning Objectives

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Math Camp Notes: Linear Algebra I

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

Math 215 HW #9 Solutions

Matrices and Linear Algebra

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS

4. Determinants.

II. Determinant Functions

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form:

Math 302 Test 1 Review

Lecture 10: Determinants and Cramer s Rule

Review of Linear Algebra

MATH2210 Notebook 2 Spring 2018

2 b 3 b 4. c c 2 c 3 c 4

and let s calculate the image of some vectors under the transformation T.

Math 1553 Introduction to Linear Algebra

Linear Systems and Matrices

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

NAME MATH 304 Examination 2 Page 1

Online Exercises for Linear Algebra XM511

The determinant. Motivation: area of parallelograms, volume of parallepipeds. Two vectors in R 2 : oriented area of a parallelogram

This MUST hold matrix multiplication satisfies the distributive property.

Matrices. In this chapter: matrices, determinants. inverse matrix

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

2. Every linear system with the same number of equations as unknowns has a unique solution.

1. Select the unique answer (choice) for each problem. Write only the answer.

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Calculation in the special cases n = 2 and n = 3:

SOLUTIONS: ASSIGNMENT Use Gaussian elimination to find the determinant of the matrix. = det. = det = 1 ( 2) 3 6 = 36. v 4.

Linear Algebra Primer

Determinants and Scalar Multiplication

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Notes on Determinants and Matrix Inverse

POLI270 - Linear Algebra

Transcription:

Matrix Operations: Determinant

Determinants Determinants are only applicable for square matrices. Determinant of the square matrix A is denoted as: det(a) or A Recall that the absolute value of the determinant of a 2 2 matrix is equal to the area of parallelogram of the rows of that matrix. Similarly, the absolute value of the determinant of a 3 3 matrix is equal to the volume of parallelepiped of the rows of that matrix. Therefore, the absolute value of the determinant of a n n matrix is equal to the n-dimensional volume, constructed by the rows of that matrix.

Determinant of a 2 2 matrix Recall that: a a 11 a 12 A = a 21 a, A = a 1 11 a 12 a 2 22 a 21 a = a 11 a 22 a 12 a 21. 22 a 2 a 1

Determinant of a 3 3 matrix Also recall the determinant for a 3 3 matrix: r 1 r 11 r 12 r 13 R = r 2 r 21 r 22 r 23 r 3 r 31 r 32 r 33 If the row vectors are linearly dependent, then the determinant is zero, and the matrix is NOT invertible. Notice if the row vectors are linearly dependent the volume will be zero, as the vectors lie on a plane on a line.

Determinant of a 3 3 matrix To compute the determinant of a 3 3 matrix,. The first element in the top row is multiplied with the determinant of the sub-matrix resulting from removing the (first) row and the (first) column corresponding to that element from the matrix. The negate of second element in the top row is multiplied with the determinant of the sub-matrix resulting from removing the (first) row and the (second) column corresponding to that element from the matrix. The third element in the top row is multiplied with the determinant of the submatrix resulting from removing the (first) row and the (third) column corresponding R = to that element from the matrix. r 11 r 12 r 13 r 21 r 22 r 23 r 31 r 32 r 33 = r 11 r 22 r 23 r 32 r 33 r 12 r 21 r 23 r 31 r 33 + r 13 r 21 r 22 r 31 r 32 = r 11 r 22 r 33 r 23 r 32 r 12 r 21 r 33 r 23 r 31 + r 13 r 21 r 32 r 22 r 31

Determinant of a 3 3 matrix / Cofactor In the determinant of a 3 3 matrix, we multiplied the first row elements in their corresponding cofactors. The cofactor of the element i, j of n n matrix A is: C ij = ( 1) i+j det M ij Where Mij is submatrix after removing row i and column j. Determinant of A is: det A = a i1 C i1 + a i2 C i2 + + a in C in In the above formula the row i could be any row of A and it is not necessarily the first row. In fact it need not be a row. It can be any column j. (So in order to compute the determinant, it is always wise to choose the row or a column that has most number of zeroes and compute the cofactor of only its non-zero elements.)

Determinant properties The determinant of identity matrix is 1. I = 1 The determinant changes sign when two rows are exchanged. c d a b = a b c d The determinant is a linear function of each row separately. ta tb a b = t c d c d a + a b + b c d = a b c d + a b c d

Determinant properties If one row is a scalar multiple of another row then det(a) = 0 a b c a b ta tb = 0 d e f = 0 ta tb tc a b c d e f a + d b + e c + f = 0, a b c d e f 2a + 5d 2b + 5e 2c + 5f a b c d e f 2a + d 2b + e 2c + f = 0 = 0

Determinant properties Row reduction does not change the determinant of A a b a b = c γa d γb c d γ is a non-zero scalar A matrix with a row of zeros has det(a) = 0 a b 0 0 = 0

Determinant properties If A is a triangular then the determinant is the product of diagonal elements. a b 0 d = ad, a c 0 d = ad This is also applicable for diagonal matrices: a 0 0 0 b 0 = abc 0 0 c If A is singular (columns or rows are linearly dependent) det(a) = 0 AB = A B A T = A

Rank of Matrix Let m = min row, column Rank of matrix is the size of the largest square sub-matrix with nonzero determinant. Matrix is full-ranked, if its rank = m. Matrix is rank-deficient, if its rank < m. It is not possible to have matrix s rank > m.

Sub-Matrix In order to find the rank of matrix we should find the largest quare sub-matrix with non-zero determinant. For making a sub-matrix we are allowed to remove rows or columns of a matrix Example: A is a 5 3 matrix Removing two rows of A row1 row2 row3 row4 row5 = row2 row4 row5

Matrix Rank Example: Find the rank of matrix A 0 1 2 A = 1 2 1 2 7 8 Row 1 and Row 2 of matrix A are linearly independent. However Row 3 is a linear combination of Row 1 and 2. row3 = 3 row1 + 2 row2 So A only have two independent row vectors. Now let remove third row and first column of A then we have a 2 2 matrix which determinant is not zero. 1 2 2 1 0 So rank of A is 2.