deepdream of
          a sidewalk
Show Question
Math and science::Algebra

Determinant from pivots

Let A be a matrix that is decomposed through elimination to A=LU. The truth of the following statements allow us to read the determinant of A from the pivots that are placed along the diagonal of U:

  1. If B=CD then det(B)=det(C)det(D).
  2. The determinant of a triangular matrix is the product of its diagonal elements.
  3. All entries along the diagonal of L are 1.

From these statements, we can see that the determinant of A is the product of the pivots that are placed along the diagonal of U.


Example

A=[420223031]

Which is decomposed as A=LU to:

A=LU=[1001210031][420013008]

The determinant of A is the product of the pivots along the diagonal of U, so det(A)=(4)(1)(8)=32.