Difference between revisions of "Array.determinant()"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
[[Array.adjoint()]] | [[Array.adjoint()]] | ||
| − | |||
| − | |||
[[Array.inverse()]] | [[Array.inverse()]] | ||
Latest revision as of 11:41, 6 March 2017
Array.determinant()
Calculate the determinant of this array.
[[2,3],[3,4]].det()
-1
Same as Array.det()