Suppose one has an Hermitian square matrix $A$ with $p$ is the characteristic polynomial $$ p(x)= a_0 + a_1 x + \cdots + a_{n-1}x^{n-1} + x^n ~, $$ and define the companion matrix of $p$ as $$ \tilde{A}=\begin{bmatrix} 0 & 0 & \dots & 0 & -a_0 \\ 1 & 0 & \dots & 0 & -a_1 \\ 0 & 1 & \dots & 0 & -a_2 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & \dots & 1 & -a_{n-1} \end{bmatrix}.$$ For the definition of companion matrix, the eigenvalues of a the hermitian matrix $A$ coincide with the eigenvalues of the non-hermitian matrix $\tilde{A}$ (and with the roots of the polynomial $p$).
The question is: What about eigenvectors? Is there a relationship between the eigenvectors of the original hermitian matrix $A$ and the eigenvectors of the companion matrix $\tilde{A}$?
Note that there is no unitary transformation between the two matrices (one is hermitian and the other is not). Therefore one cannot find a unitary matrix $U$ such that $\tilde{A}=U A U^\dagger$ so that the eigenvectors transforms simply as $\tilde{v}=U v$. Maybe in this case one can still define a non-unitary transformation which does the job.
This is a follow up of this question.