矩阵乘积 $A=CR$ 的伪逆是 $A^+=R^+C^+$ 吗(?)
数值分析
2024-03-28 v3 数值分析
摘要
本文给出矩阵乘积 的伪逆的三个公式。第一个有时正确,第二个总是正确,第三个几乎从不正确。但当 为非常大的矩阵时,这第三个随机化伪逆 可能非常有用。1. 当 且 列独立、 行独立时,。2. 总是正确。3. 仅当 且 时,。
引用
@article{arxiv.2305.01716,
title = {The Pseudoinverse of $A=CR$ is $A^+=R^+C^+$ (?)},
author = {Michał P. Karpowicz and Gilbert Strang},
journal= {arXiv preprint arXiv:2305.01716},
year = {2024}
}
备注
10 pages, 5 figures, matlab code, new paragraphs introduce general formulas for the pseudoinverse of CR, new Figures and the randomized pseudoinverse algorithm