Good one guys! I'm studying to the maths olympiads in my college and I ran to the following problem:
What is the possible matrix $3 \times 3$, that you can write using digits from $0 $ to $9$, (you can repeat them), that gives you the maximum determinant?
I got by brute force the matrix: \begin{pmatrix} 0 && 9 && 9\\ 9 && 0 && 9 \\ 9 && 9 && 0\\ \end{pmatrix}
Are there any other ways to do it besides brute force?
I looked about Hadamard maximum determinant theorem but I did not get how to apply it.
Thanks in advance =)
The determinant of a $3\times 3$ matrix is just the area of the parallelepiped spanned by it's column vectors. If you think about the problem geometrically, I think it's a bit easier to see why your answer should be correct.