$$\det(A) = \det(A^\top)$$
Wiki confirms this. How can I see this this is true? I tested out a few examples and it seems to hold, however unsure the exact reasoning.
For instance:
$$\begin{vmatrix} a & b \\ c & d \\ \end{vmatrix} = ad - bc$$
Vectors $(a,b)$ and $(c,d)$ define the parallelogram, but how would the transpose define a similar shape with same area?