I need to prove that a 3x3 matrix with all odd entries will have a determinant that is a multiple of 4.
This is how I set it up:
I let A = { {a, b, c}, {d, e, f}, {g, h, i} } with all odd entries
then I define B = { {a, b, c}, {d + na, e + nb, f + nc}, {g + ma, h + bm, i + cm} }
where I add...