def
func:matrixDeterminant
matrixDeterminant(m)
Return the determinant as a unitless Number for the given matrix which is any value accepted by toMatrix()
. The matrix must be square.
Return the determinant as a unitless Number for the given matrix which is any value accepted by toMatrix()
. The matrix must be square.