Suppose I have the matrix,
$$\begin{bmatrix} a &b \\ c & d \end{bmatrix}$$
Now, consider another matrix made up of same elements.
$$\begin{bmatrix} d &c \\ b & a \end{bmatrix}$$
This one above is also built up of same elements and has same determinant. Here we can map between the matrix by a row swap followed by a column swap (order doesn't matter).
Is that generally true tho? Can non singular matrix built up of same elements which have same determinant be turned into each other by row / column swaps?
The motivation comes from some me trying to solve this question: Counting non singular matrices