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

Discussion Overview

The discussion revolves around the determinant of a specific matrix that includes an identity matrix and its implications in the context of a larger matrix. Participants explore the calculations and properties of determinants, particularly focusing on a $5\times5$ matrix and a specific $2\times2$ submatrix derived from it.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes that the determinant of a $5\times5$ matrix $A$ with $\det(A)=2$ and a specific matrix $E$ leads to the conclusion that $\det(AE)=(2)(-1)=-2$.
  • Another participant questions the equality of different matrices presented, noting that they are not the same size and that determinants are scalar values.
  • A later reply clarifies that cofactors are involved in the determinant calculation, suggesting that the determinant of the matrix $E$ is indeed $-1$ based on cofactor expansion.
  • One participant suggests that using row reduction to find the determinant might be more straightforward than calculating cofactors.
  • Another participant points out that the last three columns and rows of the matrix are identity matrices, allowing for a quicker determination of the determinant as $-1$.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of cofactor expansion versus row reduction for determining the determinant. There is no consensus on the best approach, and some confusion remains regarding the notation and equivalence of the matrices involved.

Contextual Notes

There are unresolved issues regarding the notation used in the determinant calculations and the assumptions made about the matrices' sizes and properties. The discussion reflects a range of perspectives on how to approach the problem without reaching a definitive conclusion.

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 19 ·
Replies
19
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K