In most applications (esp. statistical ones) the thin SVD suffices. However, on occasion one needs the full SVD in order to obtain an orthobasis of the null space of a matrix (and its conjugate). It seems that svd() in R only returns the thin version. Is it possible to produce the full version? Are there alternatives?
In most applications (esp. statistical ones) the thin SVD suffices. However, on occasion one
Share
This looks on point:
MSBVAR null.space Find the null space of a matrix
As does this function in MASS.