A matrix of numbers is created by the following procedure. Start with an empty rectangular matrix of any dimensions. Then draw a "snake" of 1's from the SW corner to the NE corner. At each step the snake goes only up or right. Complete the matrix by the following rule: if you have four numbers in the matrix, arranged like this -
a b
c d
then ad-bc should equal 1.
See an example here: http://www.2send.us/uploads/92b5e9b431.gif
Prove: In every matrix created by the method just explained, all the numbers are integers.
Originally posted by David113Just to be clear, is the result that the determinant of any matrix constructed this way will always be 1? And the problem is to prove this result?
A matrix of numbers is created by the following procedure. Start with an empty rectangular matrix of any dimensions. Then draw a "snake" of 1's from the SW corner to the NE corner. At each step the snake goes only up or right. Complete the matrix by the following rule: if you have four numbers in the matrix, arranged like this -
a b
c d
then ad-bc ...[text shortened]...
Prove: In every matrix created by the method just explained, all the numbers are integers.
EDIT: Oops, I get it now...insert the 1's first, then use the rule to fill in the blanks, then prove that all the blanks must be filled with integers.