Permanent[m_List] :=
With[{v = Array[x, Length[m]]},
Coefficient[Times @@ (m.v), Times @@ v]]
参考资料: http://mathworld.wolfram.com/Permanent.html
时间: 2024-10-08 16:52:43
Permanent[m_List] :=
With[{v = Array[x, Length[m]]},
Coefficient[Times @@ (m.v), Times @@ v]]
参考资料: http://mathworld.wolfram.com/Permanent.html