The permanent of an n by n matrix
A = [aij]
is defined by
per(A) = sum a1, f(1) * a2, f(2) * ... *
an, f(n)
where the sum extends over all n! permutations
f of {1,2,...n}.
This definition is identical to the definition of the
determinant of A, except that there is no factor
of +1 or -1 depending on the sign of the permutation f.
We discuss