Solving a 4x4 Determinant for Math Projects

  • Context: High School 
  • Thread starter Thread starter jebeagles
  • Start date Start date
  • Tags Tags
    Determinant
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
4 replies · 12K views
jebeagles
I was doing a math project, and I was wondering if anyone knew how to solve a 4x4 determinant.
 
Physics news on Phys.org
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.
 
Aplying the permutation definition, you will have 24 terms to sum. Its much easier to do by minors.
 
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".