What is the determinant of the identity matrix in a larger matrix?

  • Context: MHB 
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Factors
Click For Summary
SUMMARY

The determinant of the 5x5 matrix A, given that det(A) = 2, is calculated using the matrix E, which is a permutation matrix. The determinant of E is -1, leading to the conclusion that det(AE) = (2)(-1) = -2. The discussion highlights the importance of understanding cofactor expansion and the relationship between different matrix sizes when calculating determinants. The final determinant for the specific matrix provided is confirmed to be -1.

PREREQUISITES
  • Understanding of matrix determinants and properties
  • Familiarity with cofactor expansion in linear algebra
  • Knowledge of permutation matrices and their effects on determinants
  • Basic skills in matrix operations and row reduction techniques
NEXT STEPS
  • Study the properties of permutation matrices in detail
  • Learn about cofactor expansion and its applications in determinant calculations
  • Explore the concept of row echelon form (REF) and reduced row echelon form (RREF)
  • Investigate advanced determinant techniques, including the Leibniz formula
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, and anyone involved in computational mathematics or engineering requiring determinant calculations.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Suppose A is a $5\times5$ matrix such that det(A)=2. Let
$$E=\left[\begin{array}{c}0 & 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 1 \\ \end{array}\right]$$
then
$\left[\begin{array}{c}0 & 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 1 \\ \end{array}\right]=
\left[\begin{array}{c} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ \end{array}\right]
=-\left[\begin{array}{c}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right]
=-\det\left[\begin{array}{c}1 & 0 \\ 0 & 1 \\ \end{array}\right]=-(1\cdot1)-(0 \cdot 0)=-1$
so
$det(AE)=(2)(-1)=-2$

ok W|A retured $\det(E)=-1$

But I got confused on the signs and assummed things
saw no need to demonstrate the 0 co factors
suggestions are welcome here..
 
Last edited:
Physics news on Phys.org
karush said:
$\left[\begin{array}{c}0 & 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 1 \\ \end{array}\right]=
\left[\begin{array}{c} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ \end{array}\right]
=-\left[\begin{array}{c}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right]
=-\det\left[\begin{array}{c}1 & 0 \\ 0 & 1 \\ \end{array}\right] $
How can these possibly be equal?? The three matrices aren't the same size and the determinant is a number!

-Dan
 
topsquark said:
How can these possibly be equal?? The three matrices aren't the same size and the determinant is a number!

-Dan

They are co factors multipled by 1
 
karush said:
They are co factors multipled by 1
Cofactors are matrices but they are not the same as the matrix you started with! Please get your notations correct. We can write a determinant in two ways:
[math]det \left [ \begin{matrix} a & b \\ c & d \end{matrix} \right ] = \left | \begin{matrix} a & b \\ c & d \end{matrix} \right |[/math]

What you wrote was neither.

The determinant of the 5 x 5 matrix is -1. You are good right up to your last step. Expanding in cofactors as you did shows that the determinant is indeed -1. That is to say
[math]det \left [ \begin{matrix} 0 & 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 1 \end{matrix} \right ] = - det \left [ \begin{matrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{matrix} \right ] [/math]
And continue from here.

-Dan
 
Do we really need to do all these co factor if the original matrix can become rref
 
In fact, the last three columns and rows are just the identity matrix so this determinant can quickly be determined as \left|\begin{array}{cc}0 & 1 \\ 1 & 0 \end{array}\right|= 0(0)- 1(1)= -1.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K