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