PDA

View Full Version : 4x4 determinant


jebeagles
Oct23-04, 05:38 PM
I was doing a math project, and I was wondering if anyone knew how to solve a 4x4 determinant.

Jhaqen
Oct23-04, 06:35 PM
Convert it to it's upper triangular form using Gaussian Elimination and the determinant should be the product of it's diagonal elements. I think.

robphy
Oct23-04, 08:20 PM
You could expand by minors
http://ceee.rice.edu/Books/LA/det/det2.html
http://mathworld.wolfram.com/DeterminantExpansionbyMinors.html

MiGUi
Oct24-04, 07:06 AM
Aplying the permutation definition, you will have 24 terms to sum. Its much easier to do by minors.

HallsofIvy
Oct24-04, 01:11 PM
The DEFINITION of a genereal n by n determinant is this: form all possible products taking one number from each row and column. There will be n! ways to do this. If you write the terms so that the numbers are in order of the columns, the row numbers will be a permutation of 1,2,3...n. Multiply each product by -1 if this is an odd permutation, 1 if even permutation, and add.

The simplest way to calculate it is row reduce as Jhageb suggested.

Second simplest way is to "expand by minors".