Proving Determinant of Mirror-Image Identity Matrix

  • MHB
  • Thread starter A.Magnus
  • Start date
  • Tags
    Determinant
In summary, the conversation is about finding the determinant of a given matrix, which is a mirror-image of the identity matrix. The speaker has observed that for certain values of $n$, the determinant is either $1$ or $-1$, and wants to prove this for all values of $n$. They have been told to use induction and have a plan for the proof, but are unsure how to execute it. The expert summarizes the speaker's plan, which involves showing that the determinant follows a specific pattern based on the remainder when $n$ is divided by 4.
  • #1
A.Magnus
138
0
I was given this $n \times n$ matrix $A$ which is a mirror-image of identity matrix, ie., its non-main diagonal consists of entries of $1$, the rest of entries are $0$. I need to find out the determinant of $A$. Having experimented with $n = 2, 3, ...,$ I observed that for $n = 2 + 4k$ or $n = 3 + 4k$, then $det(A) = -1$. Otherwise $det(A) = 1$. But observation alone is not enough, I need to prove it to $n$. I was told that using induction will do it, but I don't know how to do it. Any helping hand would be very much appreciated, thank you before hand for your graciousness. ~MA
 
Physics news on Phys.org
  • #2
Let $d_n$ be the determinant of the $n\times n$ matrix. Then $d_1=1$ and $d_{n+1}=(-1)^nd_n$. We want to prove that
\[
d_n=\begin{cases}1,&n\equiv0,1\pmod{4}\\-1,&n\equiv2,3\pmod{4}.\end{cases}
\]
Denote this statement by $P(n)$. First we check $P(1)$. Then we have to prove that for all $n$, $P(n)$ implies $P(n+1)$. Here we have to consider four cases that correspond to four possible remainders when $n$ is divided by 4.
 
  • #3
Whenever you "swap" two rows of a determinant, you multiply it by -1. It should be easy to see that you can go from this "mirror-image" to the identity matrix by a series of swaps of two rows, starting with swapping the first and last rows, etc. If the number of rows is even, say n= 2k, there will be k such swaps. If the number of rows is odd, say n= 2k+ 1, there are still k such swaps since the middle row stays where it is.
 
  • #4
HallsofIvy said:
Whenever you "swap" two rows of a determinant, you multiply it by -1. It should be easy to see that you can go from this "mirror-image" to the identity matrix by a series of swaps of two rows, starting with swapping the first and last rows, etc. If the number of rows is even, say n= 2k, there will be k such swaps. If the number of rows is odd, say n= 2k+ 1, there are still k such swaps since the middle row stays where it is.

Thank you! ~MA
 
  • #5
Evgeny.Makarov said:
Let $d_n$ be the determinant of the $n\times n$ matrix. Then $d_1=1$ and $d_{n+1}=(-1)^nd_n$. We want to prove that
\[
d_n=\begin{cases}1,&n\equiv0,1\pmod{4}\\-1,&n\equiv2,3\pmod{4}.\end{cases}
\]
Denote this statement by $P(n)$. First we check $P(1)$. Then we have to prove that for all $n$, $P(n)$ implies $P(n+1)$. Here we have to consider four cases that correspond to four possible remainders when $n$ is divided by 4.

Got it now, thank you for your gracious helping hand, and time. ~MA
 

1. What is a mirror-image identity matrix?

A mirror-image identity matrix is a square matrix in which the elements on the main diagonal are all 1 and all other elements are 0, but the elements are arranged in a way that reflects the matrix across the main diagonal.

2. How is the determinant of a mirror-image identity matrix calculated?

The determinant of a mirror-image identity matrix can be calculated by simply taking the product of the elements on the main diagonal, which will always be 1.

3. What does it mean to prove the determinant of a mirror-image identity matrix?

Proving the determinant of a mirror-image identity matrix means showing that the determinant for any such matrix will always be 1, regardless of the size or specific values of the matrix.

4. Why is it important to prove the determinant of a mirror-image identity matrix?

Proving the determinant of a mirror-image identity matrix is important because it is a key property of these types of matrices and can be used to solve various mathematical problems and equations.

5. Can the determinant of a mirror-image identity matrix ever be anything other than 1?

No, the determinant of a mirror-image identity matrix will always be 1. This is because the elements on the main diagonal, which are the only ones used in calculating the determinant, will always be 1.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
913
  • Linear and Abstract Algebra
Replies
15
Views
4K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
20
Views
2K
Replies
34
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
3K
  • Linear and Abstract Algebra
Replies
4
Views
986
  • Linear and Abstract Algebra
Replies
10
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
1K
Back
Top