Have a matrix dot its transpose, what is the original matrix?

55 Views Asked by At

I have a matrix that equals the dot product of a matrix A with its transpose. How do I get the matrix A?

Ex.: $AA^T$ = [a given matrix]

1

There are 1 best solutions below

0
On

In general, you can't. For example, $$[1\ 8]\begin{pmatrix}1 \\ 8\end{pmatrix} = [4\ 7]\begin{pmatrix}4 \\ 7\end{pmatrix} = [65].$$