Rearranging a muldimensional array to a matrix and preserving the determinant

29 Views Asked by At

Considering $A$ a multidimensional array $n\times\cdots \times n$ ($n$ repeated $2p$ times), is there any way to arrange its elements in a $n^p\times n^p$ matrix $\widehat{A}$ such that $\det \widehat{A} = \det A$ ?