Difference between revisions of "Array.determinant()"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
  
 
Same as [[Array.det()]]
 
Same as [[Array.det()]]
 +
 +
==See Also ==
 +
 +
[[Array.adjoint()]]
 +
 +
[[Array.inverse()]]

Latest revision as of 12:41, 6 March 2017


Array.determinant()

Calculate the determinant of this array.

[[2,3],[3,4]].det()

-1

Same as Array.det()

See Also

Array.adjoint()

Array.inverse()