If I have a two-dimensional matrix, such that I know the sums of the rows and the columns, and that all the elements are in the set of integers [1..9], is there a simple way, other than guess-and-test, to determine each element? Let me set it up:
[a b]
[c d]
a + b = w, c + d = x, a + c = y, and b + d = z. a <> b, c <> d,
a <> c, and b <> d. If I know w, x, y, and z, how do I find a, b, c, and d?
And...go!
2006-10-05
18:03:18
·
2 answers
·
asked by
supensa
6
in
Science & Mathematics
➔ Mathematics