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]
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]
Copyright © 2021 JogjaFile Inc.
In general, you can't. For example, $$[1\ 8]\begin{pmatrix}1 \\ 8\end{pmatrix} = [4\ 7]\begin{pmatrix}4 \\ 7\end{pmatrix} = [65].$$