Maximal determinant of an $n \times n$ matrix with entries $1$ to $n^2$

88 Views Asked by At

Given an $n \times n$ matrix whose entries contain $1$ to $n^2$, how can they be arranged to maximize its determinant? No two entries are the same.

Is there a quick method to do this or is it left to brute force computations?