Recovering a matrix from a matrix

45 Views Asked by At

I have a matrix $G\in R^{10\times 10}$ of rank 2 (which is an approximation to a symmetric and psd Gram matrix). How can I recover a Matrix $P\in R^{10\times 2}$ from $G$ such that $G=P P^T$?