powered by
Checks whether a square rational matrix is invertible.
QisInvertible(M)
A Boolean value indicating whether M is invertible.
M
a square matrix such that as.character(Mij) is a quoted integer or a quoted fraction for each entry Mij
as.character(Mij)
Mij
library(RationalMatrix) set.seed(666L) M <- matrix(rpois(25L, 1), 5L, 5L) QisInvertible(M)
Run the code above in your browser using DataLab