Let $A$ be an $n \times n$ matrix and assume that the sum of absolute values of all its entries equals to $1$. What is the maximal possible value of $\det(A)$?
My attempt: We know that $|a_{i,j}| \leq 1 \Rightarrow -1 \leq a_{i,j} \leq 1$ for all $1 \leq i,j \leq n$
Claim:Diagonal matrix has the largest determinant.
I don't know whether the claim holds for all matrices or not. If the claim is correct, then I have maximal determinant is $\frac{1}{n^n}$.
If the claim is not correct, can anyone provide me a counterexample?
UPDATE: From the comments below, clearly my claim is not correct (Thanks to Martigan's counterexample). But what if I reword the claim as follows:
Second Claim:The largest determinant of an $n \times n$ matrix can be attained by diagonal matrix.
From the second claim, clearly other type of matrix can also give the same determinant. But what I concern here is just diagonal matrix.