A Rank Revealing Factorization Using Arbitrary Norms
Numerical Analysis
2019-05-27 v2
Abstract
The classic rank-revealing QR factorization factorizes a matrix as where permutes the columns of , is an orthogonal matrix, and is upper triangular with non-increasing diagonal entries. This is called rank-revealing because careful choice of allows the user to truncate the factorization for a low-rank approximation of with an error term computed in the norm. In this paper I generalize the QR factorization to use any arbitrary norm and prove analogous properties for and in this setting. I then show an application of this algorithm to compute low-rank approximations to with error term in the norm instead of the norm. I provide Python code for the case as demonstration of the idea.
Keywords
Cite
@article{arxiv.1905.02355,
title = {A Rank Revealing Factorization Using Arbitrary Norms},
author = {Reid Atcheson},
journal= {arXiv preprint arXiv:1905.02355},
year = {2019}
}