Determinant of a matrix using reduced echelon form

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 12K views
TrippingBilly
Messages
27
Reaction score
0
Problem statement: Find the determinant of the following matrix by row reduction to echelon form.
|1 3 3 -4 |
|0 1 2 -5 |
|2 5 4 -3 |
|-3 -7 -5 2 |

I reduced this matrix to
|1 3 3 -4 |
|0 1 2 -5 |
|0 -1 -2 5 |
|0 2 4 -10 |

If I reduce this further, the entries in row 3 and 4 become 0. Is this still considered triangular form, and therefore the determinant will be 0?
 
Physics news on Phys.org
TrippingBilly said:
Problem statement: Find the determinant of the following matrix by row reduction to echelon form.
|1 3 3 -4 |
|0 1 2 -5 |
|2 5 4 -3 |
|-3 -7 -5 2 |

I reduced this matrix to
|1 3 3 -4 |
|0 1 2 -5 |
|0 -1 -2 5 |
|0 2 4 -10 |

If I reduce this further, the entries in row 3 and 4 become 0. Is this still considered triangular form, and therefore the determinant will be 0?

Correct. It was obvious from the beginning, since the third and second row are proportional (after your first "reduction").
 
Last edited:
Ok, I didn't reduce it by row-eschelon form, but you should get a determinant of zero.

Why? The second row is a linear combination of the other three.

Upper Triangular form just requires that the entries below the diagonal are all zero. If entries above (or on) the diagonal are zero, that's ok.

ZM
 
If this is true, then will the determinant of any matrix containing a row vector consisting of all zeros will be zero?
 
TrippingBilly said:
If this is true, then will the determinant of any matrix containing a row vector consisting of all zeros will be zero?

Yes, it will.
 
Yes. Think of it this way:

The determinant function can be viewed as a machine that takes n n-dimensional vectors and spits out a number. However, if any of these vectors are linear combinations of any of the other vectors, then the determinant will be zero. A zero vector is a linear combination of every vector.

Another way to see the same thing is just to break the determinant into minors along the row (or column) of zeros. The determinant is then zero.

ZM
 
The exact reason follows directly from the http://www.cs.ut.ee/~toomas_l/linalg/lin1/node14.html" of the determinant.
 
Last edited by a moderator: