I want to find examples of square matrices $A$ (and if possible, a general form) which satisfy the following property:
$$AA^{T} = \frac{1}{4} \left[\begin{matrix} 15 & 9 & 5 & -3 \\ 9 & 15 & 3 & -5 \\ 5 & 3 & 15 & -9 \\ -3 & -5 & -9 & 15 \end{matrix}\right]$$
What would a systematic way to go about this?
P.S: The matrix on the right hand side is Hermitian.
Since $B=AA^T$ is symmetric, by eigenvalues and eigenvectors, we can find $Q$ orthogonal and $\Lambda$ diagonal such that
$$B=Q\Lambda Q^T$$
and if $B$ is positive definite we have
$$B=Q\Lambda Q^T=(Q\Lambda^{1/2})(Q\Lambda^{1/2})^T=AA^T$$