I have to find the determinant of a non-square matrix. But because we can have the determinant of square matrices only. Then, how can I transform a $2 \times 3 $ matrix to be a square one?
EDIT: I have two matrices, the first one of size $2 \times 3 $ and the second one of size $3 \times 2 $, I want to find the determinant of their product without finding their product.