How do I find the determinant of a matrix using row echelon form?

1 Answer
Sep 5, 2014

enter image source here

I will assume that you can reduce a matrix to row echelon form to get the above matrix. This is also known as an upper triangular matrix.

Calculating the determinant is simple from here and it doesn't matter what the size of the matrix is. The determinant is simply the product of the diagonal, in this case:

a_(11)*a_(22)*a_(33)*a_(44)a11a22a33a44

Remember that you can only calculate the determinant for square matrices.