I have the following matrix solution problem.
A-1 * C * D-1 * A * v = v
where C is a square matrix (integer values). A & D are diagonal matrices. (A-1 and D-1 are inverse matrices) The diagonal elements of D are the column sums of the matrix C. The diagonal elements of A also are integer...