MATH 323 Lecture 8

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 20, 2012 | next »


Determinants by Elimination

Each elementary matrix operation corresponds to following rules:

  1. Interchanging two rows/columns of matrix changes sign of determinant
  2. Multiplying single row/column of matrix by scalar has effect of multiplying determinant by scalar
  3. Adding multiple of row/column to another does not change value of determinant

If U=EkE1A is a triangular matrix, then |U|=|Ek||E1|=u11unn. For example,

|213421634|=|213005065|=(1)|213065005|=(1)(2)(6)(5)=60

Cramer's Rule

Let A=(aij) be a n×n nonsingular matrix.

We define the adjoint matrix of A as follows:

adjA=[A11A21An1A12A22An2A1nA2nAnn]=(A*)T

Where A* is the matrix created by substituting the cofactor Aij for element aij.

By Lemma 2.2.1, ai1Aj1++ainAjn={|A|i=j0ij, and

A(adjA)=|A|I=[|A|00|A|]

Assuming A is nonsingular, A1=1|A|adjA

Example

A=[a11a12a21a22]A*=[a22a21a12a11]adjA=(A*)T=[a22a12a21a11]A1=1a11a22a12a21[a22a12a21a11]

Formal Theorem

Let A be a n×n nonsingular matrix, and let bn. Let Ai be the matrix obtained by replacing the ith column of A by b. If x^ is the unique solution to Ax=b, then

x^i=|Ai||A| for i=1,,n


Example

x1+2x2+x3=52x1+2x2+x3=6x1+2x2+3x3=9

|A|=|121221123|=4|A1|=|521621923|=4|A2|=|151261193|=4|A3|=|125226129|=8

x=44,44,84=1,1,2