Determinant and permanent: Difference between revisions

Content deleted Content added
m →‎{{header|Haskell}}: more descriptive title
Line 851:
16</pre>
 
===Via Cramer's rule===
===Calculation of the determinant===
Here is code for computing the determinant and permanent very inefficiently, via [[wp:Cramer's rule|Cramer's rule]] (for the determinant, as well as its analog for the permanent):