Consider a matrix of size 8×8, containing positive integers only. One may repeatedly transform the entries of the matrix according to the following rules:
-Multiply all entries in some row by 2.
-Subtract 1 from all entries in some column.
Prove that one can transform the given matrix into the zero matrix. linear algebramatrixfunction