Given $$A = \begin{pmatrix} 0&& 1&& 0&& 0 \\ 0&& 0&& 2&& 0 \\ 0&& 0&& 0&& 3\end{pmatrix}$$ and $$B = \begin{pmatrix} 0&& 0&& 0 \\ 1&& 0&& 0 \\ 0&& 1/2&& 0\\ 0&& 0&& 1/3\end{pmatrix}$$ Matrices $A$ and $B$ are: {"1 word"}.
I know that $A \cdot B = I_3$. $B$ is also the Pseudoinverse $A^+$ of $A$, but this answer doesn't fit the question, since the property has to apply to both matrices. I don't really understand what the question is looking for. Does anyone have an idea?
pseudoinverse
Only showing 1. and 2. using an Octave session, 3. and 4. hold for real valued symmetric matrices.