Hill
- 735
- 576
Yes, new to me and good to know, especially for problems involving counting.PeroK said:I've learned something new. The permament of a matrix:
https://en.wikipedia.org/wiki/Permanent_(mathematics)
This simplifies the counting, since the number of terms in the determinant for ##M## is the permanent of the matrix ##M'##, where all the ##\pm 1## entries are ##1##. And, the recurrence relation for the permanent of ##M'## is easy to show:
$$a(n) = (n-1)[a(n-1) + a(n-2)] = na(n-1) + (-1)^n$$This is clearly odd when ##n## is even.
It explicitly shows the formula I've arrived to:
I suspect that because permanent of a matrix is basis dependent, its use in physics is limited.