MATH 323 Lecture 7

From Notes
Jump to navigation Jump to search

« previous | Tuesday, September 18, 2012 | next »


Determinants

A matrix is nonsingular iff its determinant is nonzero.

Let A be a n×n matrix.

Let Mij be a n1×n1 matrix obtained from A by deletion of the row and column containing aij. The Mij matrices are called minors of aij.

Let Aij=(1)i+j|Mij|. This is called the cofactor of aij

The determinant of a n×n matrix A is a scalar associated with A that is defined inductively as follows:

|A|={a11n=1j=1na1jA1jn>1

Theorem 2.1.1

The determinant can be expressed as a cofactor expansion using any row or column of A:

|A|=k=1naikAik=k=1nakjAkj
1i,jn

It is beneficial to choose a row or column with the maximum 0 entries. This process is called inspection

Determinant of 2 × 2 Matrix

For a 2×2 matrix A=[a11a12a21a22], the minors are:

  • M11=(a22)
  • M12=(a21)
  • M21=(a12)
  • M22=(a11)

and the determinant could be defined as:

|A|=a11a22a12a21=a11|M11|a12|M12|=a21|M21|+a22|M22|=a11|M11|a21|M21|=a12|M12|+a22|M22|=a11A11+a12A12=a21A21+a22A22

The corresponding signs for each entry are defined by the following matrix:

[++]

Theorem 2.1.2

If A is a n×n matrix, then |AT|=|A|


Properties of Determinants

Lemma 2.2.1

Given a n×n matrix A, let Ajk be the cofactor of ajk for 1kn.

ai1Aj1+ai2Aj2++AinAjn={|A|i=j0ij

Proof

First case is trivial: definition of determinant

Second case: Let A* be the matrix formed by replacing the jth row of A with the ith row of A.

Ajk*=Ajk because the jth row is deleted, but by MATH 323 Theorems#Theorem 2.1.4, the determinant of a matrix with two identical rows is 0.


Multiplication by Elementary Matrices

What happens when we take the determinant of the product of a n×n matrix A and an elementary matrix E?

If E is of type:

  1. |EA|=|A|=|E||A|
  2. |EA|=α|A|=|E||A|, where α is the scalar multiple used to produce E
  3. |EA|=|A|=|E||A|

In all cases, |EA|=|E||A|, and coincidentally, the determinant of E for all types is:

  1. -1
  2. α
  3. 1