powered by
Checks whether a matrix represents an injective linear map (i.e. has trivial kernel).
Eigen_isInjective(M)
a matrix, real or complex
A Boolean value indicating whether M represents an injective linear map.
M
# NOT RUN { set.seed(666L) M <- matrix(rpois(35L, 1), 5L, 7L) Eigen_isInjective(M) # }
Run the code above in your browser using DataLab