Multiplication of a vector by an orthogonal matrix

2.6k Views Asked by At

I have a question, consider $V$ an orthogonal matrix, and $u$ and $z$ are vectors, and W is a matrix does :

$V'u = W V'z \implies u = W z$ ?

I want to get rid of the orthogonal matrix $V'$, my intuition says that I can, but I don't know which property of the orthogonal matrices will help me to do say. Thank you in advance.

1

There are 1 best solutions below

3
On

Assuming $V'u = WV'z$, we have

$$V'(u - Wz) = (WV' - V'W) z.$$

For the left-hand side to be zero for arbitrary $z$, $W$ and $V'$ have to commute, so your statement is not true in general.