- #1
nedf
- 4
- 0
Given a n x n matrix whose (i,j)-th entry is i or j, whichever smaller, eg.
[1, 1, 1, 1]
[1, 2, 2, 2]
[1, 2, 3, 3]
[1, 2, 3, 4]
The determinant of any such matrix is 1.
How do I prove this? Tried induction but the assumption would only help me to compute the term for Ann mirror.
[1, 1, 1, 1]
[1, 2, 2, 2]
[1, 2, 3, 3]
[1, 2, 3, 4]
The determinant of any such matrix is 1.
How do I prove this? Tried induction but the assumption would only help me to compute the term for Ann mirror.