how can I show that the determinant divides by 13 without computing it? im given that each row is a multiple of 13.
1 2 7 4
5 9 4 1
1 6 2 5
3 1 3 3
matrix 4x4
how can I show that the determinant divides by 13 without computing it? im given that each row is a multiple of 13.
1 2 7 4
5 9 4 1
1 6 2 5
3 1 3 3
matrix 4x4
1274=13*98 = 1000*1 + 100*2 + 10*7 + 4 5941=13*457= 1000*5 + 100*9 + 10*4 + 1 etc. Add to fourth column first one multiplied by 1000, second one multiplied by 100, third - by 10 and factor out 13 from the 4-th column.
You can use the property that, for constant $c$, and $M$ an $n \times n$ matrix , Det(cM)=$c^n Det(M)$.
Call the $4\times 4$ matrix you gave $A$. Then $\det{(13A)} = 13^4\det(A)$, which is divisible by $13$.