Determine the determinant of the following matrix: A=(1+a11⋯111+a2⋱⋮⋮⋱⋱11⋯11+an),ai∈R,i=1,2,…,n.
My attempt: Set I={i∣ai=0,i=1,…,n}. I found that detA={0 if |I|≥2∏nj=1,j≠iaj if |I|=1∏nj=1aj(1+∑nj=11aj) if |I|=0..
Answer
Clearly the answer should be totally symmetric in the ai, but this is one of those annoying problems where we seem to have to live without the symmetry to actually solve it.
Your first line is obviously correct, since you have two of the same row.
If, WLOG, a1=0 and the others nonzero, you use row operations to subtract the first row from every other row, which gives you a lower diagonal matrix, and I agree with your second answer.
Now if a1≠0, doing the same thing gives you detA=|1+a111⋯1−a1a20⋯0−a10a3⋯0⋮⋮⋮⋱⋮−a100⋯an|
No comments:
Post a Comment