Determinant and permanent: Difference between revisions

(→‎{{header|Haskell}}: Haskell for determinant)
(→‎Calculation of the determinant: ..via Cramer's rule)
Line 852:
 
===Calculation of the determinant===
The computation of the determinant and that of the permanent should be separate tasks. Here is code for computing the determinant (inefficiently, via [[wp:Cramer's rule|Cramer's rule]]):
 
<lang Haskell>
Anonymous user