I want to determine the vectors $v$ and $w$, given the following product: \begin{align*} P_x &= \begin{bmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{bmatrix}, \ P_y = \begin{bmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{bmatrix},\\ P_x v &= -\frac v2 + \frac{\sqrt{3}w}{2},\\ P_x w &= -\frac v2 - \frac{\sqrt{3}w}{2},\\ P_y v &= v,\\ P_y w &= -w, \end{align*} where $v$ and $w$ are nonzero vectors.
For this problem, I let $v$ and $w$ be arbitrary nonzero vectors and then, worked out the computation by substitution and taking product of matrices. However, I get zero vectors as the results.
Any advices or comments?