Wednesday, July 20, 2016

linear algebra - Help Determinant Binary Matrix




I was messing around with some matrices and found the following result.





Let An be the (2n)×(2n) matrix consisting of elements aij={1if (i,j)(n,n) and ij1if (i,j)>(n,n) and ij0otherwise.
Then, the determinant of An is given by det(An)=(n1)2.




Example: A2=(0100100000010010),A3=(011000101000110000000011000101000110), with det(A2) and det(A3) being 1 and 4 respectively. I was wondering if anybody could prove this statement for me.


Answer



Your matrix An has the block diagonal structure



An=(Bn00Bn)




where BnMn(F) is the matrix which has diagonal entries zero and all other entries 1. Hence, det(An)=det(Bn)2 so it is enough to calculate det(Bn). To do that, let Cn be the matrix in which all the entries are 1 (so Bn=CnIn).



The matrix Cn is a rank-one matrix so we can find it's eigenvalues easily. Let us assume for simplicity that n0 in F. Then Cn has an n1 dimensional kernel and (1,,1)T is an eigenvalue of Cn associated to the eigenvalue n. From here we see that the characteristic polynomial of Cn must be det(λICn)=λn1(λn) and hence
det(Bn)=det(CnIn)=(1)ndet(InCn)=(1)n1n1(1n)=(1)n(1n)=(1)n1(n1).



In fact this formula works even if n=0 in F because in this case, A2=0 so A is nilpotent and det(CnλI)=λn.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...