It was mentioned in one MSE answer that eigenvalues of products of square matrices are equal (see the answer of user1551 for Eigenvalues of Matrices and Eigenvalue of product of Matrices)
Let's denote this fact: $ \ \ \ \ $ $\text{eig}(AB)=\text{eig}(BA)$.
- However .. how can this be explained in the case where matrices don't commute?
- Does some kind of geometrical interpretation of this statement exist - at least in the case of 3D orthogonal matrices where it is known that they usually don't commute ?
- Can the statement be extended for a case of product of more number of matrices, for example: $\text{eig}(A_1{A_2} ... A_n)=\text{eig}(A_n{A_{n-1}} ... A_1)= \text{eig}(A_{n-1}{A_{n-2}} ... A_n)=$ etc... ?