Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2007 / Problems / Day 1, P2

IMC 2007 · Day 1 · P2

easy

Let n2n \ge 2 be an integer. What is the minimal and maximal possible rank of an n×nn \times n matrix whose n2n^2 entries are precisely the numbers 1,2,,n21, 2, \dots, n^2?

Solution (official)

The minimal rank is 2 and the maximal rank is nn. To prove this, we have to show that the rank can be 2 and nn but it cannot be 1.

(i) The rank is at least 2. Consider an arbitrary matrix A=[aij]A = [a_{ij}] with entries 1,2,,n21, 2, \dots, n^2 in some order. Since permuting rows or columns of a matrix does not change its rank, we can assume that 1=a11<a21<<an11 = a_{11} < a_{21} < \dots < a_{n1} and a11<a12<<a1na_{11} < a_{12} < \dots < a_{1n}. Hence an1na_{n1} \ge n and a1nna_{1n} \ge n and at least one of these inequalities is strict. Then det[a11a1nan1ann]<1n2nn=0\det \begin{bmatrix} a_{11} & a_{1n} \\ a_{n1} & a_{nn} \end{bmatrix} < 1 \cdot n^2 - n \cdot n = 0 so rk(A)rk[a11a1nan1ann]2\operatorname{rk}(A) \ge \operatorname{rk} \begin{bmatrix} a_{11} & a_{1n} \\ a_{n1} & a_{nn} \end{bmatrix} \ge 2.

(ii) The rank can be 2. Let T=(12nn+1n+22nn2n+1n2n+2n2)T = \begin{pmatrix} 1 & 2 & \dots & n \\ n+1 & n+2 & \dots & 2n \\ \vdots & \vdots & \ddots & \vdots \\ n^2 - n + 1 & n^2 - n + 2 & \dots & n^2 \end{pmatrix} The iith row is (1,2,,n)+n(i1)(1,1,,1)(1, 2, \dots, n) + n(i-1) \cdot (1, 1, \dots, 1) so each row is in the two-dimensional subspace generated by the vectors (1,2,,n)(1, 2, \dots, n) and (1,1,,1)(1, 1, \dots, 1). We already proved that the rank is at least 2, so rk(T)=2\operatorname{rk}(T) = 2.

(iii) The rank can be nn, i.e. the matrix can be nonsingular. Put odd numbers into the diagonal, only even numbers above the diagonal and arrange the entries under the diagonal arbitrarily. Then the determinant of the matrix is odd, so the rank is complete.

How the field did

contestants scored
242
average (of 20)
14.05
solved (≥ 80%)
55.4%
near-0 (≤ 10%)
7.0%
discrimination
0.49

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2021 · Day 2 · P5easyavg 5.8/10 · solved 55% · near-0 31% · disc 0.55
IMC 2025 · Day 1 · P3easyavg 6.3/10 · solved 57% · near-0 22% · disc 0.54
IMC 2017 · Day 2 · P8easyavg 6.2/10 · solved 52% · near-0 28% · disc 0.50
IMC 2017 · Day 1 · P1easyavg 6.9/10 · solved 59% · near-0 10% · disc 0.35