powered by
Checks whether a matrix is invertible.
Eigen_isInvertible(M)
a matrix, real or complex
A Boolean value indicating whether M is invertible.
M
# NOT RUN { set.seed(666L) M <- matrix(rpois(25L, 1), 5L, 5L) Eigen_isInvertible(M) # }
Run the code above in your browser using DataLab