Math 240 Calculus III

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

Determinants Chapter 3 of Lay

Matrix Operations: Determinant

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

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

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

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

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

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

Properties of the Determinant Function

Determinants. Samy Tindel. Purdue University. Differential equations and linear algebra - MA 262

Components and change of basis

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Linear Systems and Matrices

MATH 1210 Assignment 4 Solutions 16R-T1

Evaluating Determinants by Row Reduction

Determinants by Cofactor Expansion (III)

A = , A 32 = n ( 1) i +j a i j det(a i j). (1) j=1

II. Determinant Functions

1 Determinants. 1.1 Determinant

det(ka) = k n det A.

Gaussian Elimination and Back Substitution

TOPIC III LINEAR ALGEBRA

4. Determinants.

MATRICES. a m,1 a m,n A =

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

Chapter 3. Determinants and Eigenvalues

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

Graduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1

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

MATH2210 Notebook 2 Spring 2018

Introduction to Determinants

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI?

LS.1 Review of Linear Algebra

Lecture 10: Determinants and Cramer s Rule

Announcements Wednesday, October 25

Elementary maths for GMT

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

7.6 The Inverse of a Square Matrix

Chapter 4. Determinants

SPRING OF 2008 D. DETERMINANTS

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

Math Linear Algebra Final Exam Review Sheet

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

Topic 15 Notes Jeremy Orloff

Linear Algebra and Vector Analysis MATH 1120

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 )

1 Last time: determinants

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

MATRICES AND MATRIX OPERATIONS

Here are some additional properties of the determinant function.

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

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Chapter 2. Square matrices

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.

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

Lectures on Linear Algebra for IT

ECON 186 Class Notes: Linear Algebra

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

MTH 464: Computational Linear Algebra

Matrices and Linear Algebra

Review problems for MA 54, Fall 2004.

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

Inverses and Determinants

Math 320, spring 2011 before the first midterm

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

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

CHAPTER 6. Direct Methods for Solving Linear Systems

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

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Lecture Notes in 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

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

k=1 ( 1)k+j M kj detm kj. detm = ad bc. = 1 ( ) 2 ( )+3 ( ) = = 0

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

Determinants and Scalar Multiplication

Elementary Matrices. which is obtained by multiplying the first row of I 3 by -1, and

Lecture Summaries for Linear Algebra M51A

Math/CS 466/666: Homework Solutions for Chapter 3

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

Linear Algebra 1 Exam 1 Solutions 6/12/3

Solution Set 7, Fall '12

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation.

In Class Peer Review Assignment 2

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes.

Math 304 Fall 2018 Exam 3 Solutions 1. (18 Points, 3 Pts each part) Let A, B, C, D be square matrices of the same size such that

Linear Algebra Practice Final

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:


Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Numerical Linear Algebra Homework Assignment - Week 2

Determinant of a Matrix

Math Camp Notes: Linear Algebra I

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Conceptual Questions for Review

Transcription:

The Calculus III Summer 2015, Session II Wednesday, July 8, 2015

Agenda 1. of the determinant 2. determinants 3. of determinants

What is the determinant? Yesterday: Ax = b has a unique solution when A is square and nonsingular. Today: how to determine whether A is invertible. Example [ ] a b Recall that a 2 2 matrix is invertible as long as c d ad bc 0. The quantity ad bc is the determinant of this matrix and the matrix is invertible exactly when its determinant is nonzero.

What should the determinant be? We want to associate a number with a matrix that is zero if and only if the matrix is singular. An n n matrix is nonsingular if and only if its rank is n. For upper triangular matrices, the rank is the number of nonzero entries on the diagonal. To determine if every number in a set is nonzero, we can multiply them. The determinant of an upper triangular matrix, A = [a ij ], is the product of the elements a ii along its main diagonal. We write a 11 a 1n det(a) =.... = a 11 a 22 a nn. 0 a nn

What should the determinant be? What about matrices that are not upper triangular? We can make any matrix upper triangular via row reduction. So how do elementary row operations affect the determinant? M i (k) multiplies the determinant by k. (Remember that k cannot be zero.) A ij (k) does not change the determinant. P ij multiplies the determinant by 1. Let s extend these properties to all matrices. The determinant of a square matrix, A, is the determinant of any upper triangular matrix obtained from A by row reduction times 1 k for every M i(k) operation used while reducing as well as 1 for each P ij operation used.

determinants Example 0 2 1 Compute det(a), where A = 2 3 10. 1 1 0 We need to put A in upper triangular form. 0 2 1 P 13 1 1 0 A 2 3 10 12 ( 2) 0 1 2 M 1 1 0 2( 5) 1 0 0 3 A 23 ( 2) So the determinant is 0 2 1 2 3 10 1 1 0 = ( 1)(5) 1 1 0 0 1 2 0 0 3 = 15.

determinants Important Example [ ] a b Given a general 2 2 matrix, A =, compute det(a). c d [ ] [ ] a b A12( a) c a b c d 0 d bc a so a b c d = a b 0 d bc = ad bc. a This explains [ ] 1 a b = c d 1 ad bc [ ] d b when ad bc 0. c a

Other methods of computing determinants Theorem (Cofactor expansion) Suppose A = [a ij ] is an n n matrix. For any fixed k between 1 and n, n n det(a) = ( 1) k+j a kj det(a kj ) = ( 1) i+k a ik det(a ik ) j=1 i=1 where A ij is the (n 1) (n 1) submatrix obtained by removing the i th row and j th column from A. Example i j k a b c d e f = b e c f i a d c f j + a d b e k.

Other methods of computing determinants Corollary If A = [a ij ] is an n n matrix and the element a ij is the only nonzero entry in its row or column then det(a) = ( 1) i+j a ij det(a ij ). Example 0 2 1 3 0 0 0 1 5 = 3 2 1 1 5 = 27.

The Other methods of computing determinants Some of you may have learned the method of computing a 3 3 determinant by multiplying diagonals. a 11 a 12 a 13 a 11 a 12 a 21 a 22 a 23 a 21 a 22 a 31 a 32 a 33 a 31 a 32 + + + Be aware that this method does not work for matrices larger than 3 3.

of determinants Theorem (Main theorem) Suppose A is an n n matrix. The following are equivalent: A is invertible, det(a) 0. Further properties det ( A T ) = det(a). The determinant of a lower triangular matrix is also the product of the elements on the main diagonal. If A has a row or column of zeros then det(a) = 0. If two rows or columns of A are the same then det(a) = 0. det(ab) = det(a) det(b), det ( A 1) = det(a) 1. det(sa) = s n det(a). It is not true that det(a + B) = det(a) + det(b).

Geometric interpretation Let A be an n n matrix and a 1,..., a n be the rows or columns of A. Theorem The volume (or area, if n = 2) of the paralellepiped determined by the vectors a 1,..., a n is det(a). Source: en.wikibooks.org/wiki/linear Algebra Corollary The vectors a 1,..., a n lie in the same hyperplane if and only if det(a) = 0.