Calculate the determinant of this array.
[[2,3],[3,4]].det()
-1
Same as Array.det()
Array.adjoint()
Array.inverse()