The Permanent of a square matrix M = ($m_{i,j}$) is defined as follows:
$Perm(M) = \sum_{\sigma\in S_n}\prod_{i=1}^{n} m_{i,\sigma(i)}$
The Permanent is quite similar to the Determinant of a square matrix, defined as follows:
$Det(M) = \sum_{\sigma\in S_n}sign(\sigma)\prod_{i=1}^{n} m_{i,\sigma(i)}$
The Determinant has an intuitive geometric interpretation. Is anything similar known about the Permanent? If not, why does the signed sum of the permutations lend itself to a geometric interpretation and the unsigned sum does not?
In the article by Terrance Tao linked in Keeler's answer, the first commenter, "nobody", points out that
I wouldn't say this is a particularly intuitive explanation (I'm not sure I even really understand it), but I believe it adds something.