Given an $n\times 1$ vector $x$ and an $n\times 1$ vector $y$. The $n\times n$ matrix $xy^T$ is a rank one matrix. Now let $M=xy^T+yx^T$, how do we represent the matrix $M$ as a rank 2 form $M=AB^T$, where $A$ and $B$ are both $n \times 2$ matrices.
2026-03-28 16:19:36.1774714776
represent the matrix into rank 2
288 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If you let $K$ be the $n\times 2$ matrix such that $Ke_1=x$ and $Ke_2=y$, where $e_1=(1,0)$ and $e_2=(0,1)$, then you can easily confirm that
$$ K\left(\begin{matrix}0&1\\1&0\end{matrix}\right)K^T=M $$