powered by
Range (column-space, image, span) of a rational matrix.
Qrange(M)
A character matrix representing a basis of the range of M. Note that this basis is not orthogonal.
M
a 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(15L, 6), 3L, 5L) Qrange(M)
Run the code above in your browser using DataLab