a)
| -1 -2 -3 ..... -k | | -1 -2 -3 ..... -k |
| 1 0 3 ..... k | | 0 -2 0 ..... 0 |
| 1 2 0 ..... k | = | 0 0 -3 ..... 0 | =
| ............. k | | ................ |
| 1 2 3 ..... 0 | | 0 0 0 ..... -k |
= (-1)(-2)(-3)...(-k) =
= (-1)^k*1*2*...*k =
= (-1)^k * k!
b)
| 0 0 ..... 0 a_1k | | a_k1 a_k2 ....... a_kk-1 a_kk |
| 0 0 ..... a_2k-1 a_2k | = | ............................. | *(-1)^k =
| .............................. | | 0 0 ....... a_2k-1 a_2k |
| a_k1 a_k2 ..... a_kk-1 a_kk | | 0 0 ....... 0 a_1k |
Please note that _k1, _k2 and all symbols after the _ are in subscript of a (I don't know how to make it).
Any hints how to solve the b) (I'm totally stuck, please help) and is a) correct?