The permanent of an n×n matrix
aij
is the sum of certain products of the entries.
Specifically,
To compute the permanent of a matrix
Matrices + Permanent
, permanent: ad + bc
, permanent:
a1, 1a2, 2a3, 3 + a1, 1a2, 3a3, 2 + a2, 1a1, 2a3, 3 + a2, 1a1, 3a3, 2 + a3, 1a1, 2a2, 3 + a3, 1a1, 3a2, 2