I was wondering a problem: Is it possible to construct a n*n matrix (call it A) such that each number from 0 to n-1 appears exactly n times and the result of A*A is a zero matrix. I know it is obvious for odd n but how about even n?
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 3 | Proof_by_QED | 147 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 142 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
An interesting matrix problem
I was wondering a problem: Is it possible to construct a n*n matrix (call it A) such that each number from 0 to n-1 appears exactly n times and the result of A*A is a zero matrix. I know it is obvious for odd n but how about even n?
| Rev. | Lang. | By | When | Δ | Comment | |
|---|---|---|---|---|---|---|
| en10 |
|
anothermousey | 2023-01-24 18:10:52 | 8 | ||
| en9 |
|
anothermousey | 2023-01-24 18:10:13 | 0 | (published) | |
| en8 |
|
anothermousey | 2023-01-24 18:09:59 | 2 | (saved to drafts) | |
| en7 |
|
anothermousey | 2023-01-24 16:50:28 | 0 | (published) | |
| en6 |
|
anothermousey | 2023-01-24 16:50:09 | 2 | ||
| en5 |
|
anothermousey | 2023-01-24 14:42:32 | 1555 | (saved to drafts) | |
| en4 |
|
anothermousey | 2023-01-12 12:14:08 | 24 | Tiny change: 'lt of A*A is a zero' -> 'lt of A*A (matrix multiplication) is a zero' | |
| en3 |
|
anothermousey | 2023-01-12 12:09:40 | 4 | Tiny change: 'mber from 0 to n-1 appears e' -> 'mber from 1 to n appears e' | |
| en2 |
|
anothermousey | 2023-01-12 12:00:32 | 44 | ||
| en1 |
|
anothermousey | 2023-01-12 11:24:31 | 261 | Initial revision (published) |
| Name |
|---|


