a 1 b 1 c 1 ⋮ a 2 b 2 c 2 ⋮ a 3 b 3 c 3 ⋮ ⋯ ⋯ ⋯ ⋱
Every row or column in the table is an arithmetic progression.
Is the diagonal a 1 , b 2 , c 3 , … also in an arithmetic progression?
Try my set here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Here's one example of how it could be done where the diagonal is not in arithmetric progression
0 | 1 | 2 | 3 |
8 | 15 | 22 | 29 |
16 | 29 | 42 | 55 |
24 | 43 | 62 | 81 |
This is a doubly ruled surface that is not always a plane, i.e., this one would be a hyperbolic paraboloid. The general equation for this array is
( a ( n − x ) + b x ) ( n − y ) + ( c ( n − x ) + d x ) y + e
where n is the size of the square array, x , y is the position of the numbers, and a , b , c , d , e are arbitrary integers. If a − b − c + d = 0 , then the diagonal terms are not in arithmetic progression.
Here is an example that I reached to after a few hit-and-trials that show that diagonals are not always an AP;
d c 1 = 0 | d c 2 = 1 | d c 3 = 2 | d c 4 = 3 | |
d r 1 = 3 | 1 | 4 | 7 | 10 |
d r 2 = 4 | 1 | 5 | 9 | 13 |
d r 3 = 5 | 1 | 6 | 11 | 16 |
d r 4 = 6 | 1 | 7 | 13 | 19 |
It was a fun fact how the differences in rows and columns formed an AP as well. (^ ^)
The diagonals in this case which are 1 , 5 , 1 1 , 1 9 do not form an AP. However, the differences, 4 , 6 , 8 , … , of these diagonals formed an AP.
Problem Loading...
Note Loading...
Set Loading...
The multiplication table is a counterexample. The differences withon rows/columns are constant, but since the numbers on the diagonal are the perfect squares the diffefences between them are increasing because they are sums of consecutive odd numbers.