powered by
Absolute value of the determinant of a real matrix.
Eigen_absdet(M)
a real square matrix
The absolute value of the determinant of M.
M
# NOT RUN { set.seed(666L) M <- matrix(rpois(25L, 1), 5L, 5L) Eigen_absdet(M) # }
Run the code above in your browser using DataLab