What is the simplest way to solve determinant of a $n \times n$ matrix by upper and lower triangular matrices?

82 Views Asked by At

I know the basic rules to solve for the determinant of an $n \times n$ matrix using upper and lower triangular matrices, but what is the simplest way?