I need help with this problem:
For every $i,j \in \{1,2,\dots,n\}$ is $d_{i,j} = \min\{i,j\}$. Calculate determinant of a matrix $[d_{i,j}]_{n_\times n}$.
Is it right that all the elements of this squared matrix are $1$, because of that $d_{i,j}=min\{i,j\}$? Then, value of determinant is $0$.