9 is not like 8

It is fascinating to study n × n n\times n matrices with integer entries whose row vectors are orthogonal and all have the same magnitude, m m (the column vectors will then be orthogonal and have magnitude m m as well).

For example, consider A = [ 1 2 2 1 ] A=\begin{bmatrix}1 & 2\\ -2 & 1\end{bmatrix} with m = 5 , m=\sqrt{5}, or B = [ 2 2 1 2 1 2 1 2 2 ] B=\begin{bmatrix}2 & 2 & 1\\ -2 & 1 &2\\ 1 & -2 & 2\end{bmatrix} with m = 3. m=3.

In particular, it is interesting to investigate which values of m m are possible for a given size of the matrix. Let's explore this issue with two True/False questions.

True or False?

  • (I) In the case n = 9 , n=9, the possible values of m m are all non-negative integers.
  • (II) In the case n = 8 , n=8, the possible values of m m are the square roots of all non-negative integers.

Bonus Question: Do all odd numbers "behave like" 9 in (I), and do all even numbers behave like 8 in (II)?

(I) is true but (II) is false (II) is true but (I) is false Both (I) and (II) are true Both (I) and (II) are false

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.

1 solution

Otto Bretscher
Oct 29, 2018

If n n is odd (for example, n = 9 n=9 ) and A A is of the required form, having orthogonal rows of the same magnitude, m m , then A A T = q I n AA^T=qI_n where q = m 2 Z q=m^2\in \mathbb{Z} . Thus ( det A ) 2 = q n (\det A)^2=q^n and det A = q n / 2 |\det A|=q^{n/2} .Since q n / 2 q^{n/2} is an integer, q q will be a perfect square, so that m = q m=\sqrt{q} is an integer, as claimed.

If n = 4 n=4 and q q is any positive integer, then we can write q = a 2 + b 2 + c 2 + d 2 q=a^2+b^2+c^2+d^2 for integers a , b , c , d a,b,c,d , by Lagrange's four-square theorem. Consider the matrix

B = [ a b c d b a d c c d a b d c b a ] B=\begin{bmatrix} a&b&c&d\\-b&a&-d&c\\-c&d&a&-b\\-d&-c&b&a \end{bmatrix}

that can be used to define the quaternion a + b i + c j + d k a+bi+cj+dk . Note that B B has orthogonal rows with a common magnitude of m = q m=\sqrt{q} .

If n = 4 m n=4m (for example, n = 8 n=8 ), we can form a matrix A A that has m m B B 's along the diagonal and 0's elsewhere.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...