How many distinct matrices can be formed by swapping rows and columns of a matrix with all distinct elements?
Hint/Bonus : Try proving that swapping columns or rows cannot transform the left matrix into the right matrix above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can permute the rows and the columns independently, forming a total of ( 4 ! ) 2 = 5 7 6 matrices
Bonus: The first matrix in singular (first row + third row = twice the second row), while the second one is invertible (with determinant 1600).