powered by
use Lapack for null space basis (derived from MASS::Null)
Nulla(M, rcond = 1e+10)
numeric matrix whose columns are basis vectors. Its attribute 'qr' contains QR decomposition of M.
matrix such that t(M)%*%B=0 where B is a basis of t(M)'s kernel (aka Null-space)
t(M)%*%B=0
maximal condition number for rank definition
MASS::Null
Nulla(1:3)
Run the code above in your browser using DataLab