I'm not seeing where the eigenvectors are in terms of eigenvalues in the paper that came out recently named "Eigenvectors from Eigenvalues" by the neutrino physicists and Terence Tao:
https://arxiv.org/pdf/1908.03795.pdf
I'm guessing that with as fundamentally groundbreaking as this paper is, some people on here have read it. Please let me know if you know where in the paper the eigenvectors are in terms of eigenvalues.
Edit: To be more specific, I saw the norm squared part, but how do you narrow it down to the actual value of each element of each eigenvector. For any reals, you can just act the transformation on the at most the finite $2^n$ possibilities (unless it has infinite dimensions as can be the case in particle physics), where n is the dimension of the vector. But, what about when the values that the norm square is being taken of are complex? Also, if you can address infinite dimensions, that would be appreciated. Meaning, is there a way to get the elements without testing each combination?
Let me give an example to show how to derive the eigenvectors from eigenvalues. To be specific, we derive the "norm square of coefficients of eigenvectors from eigenvalues" (link).
Suppose the matrix A is a diagonal matrix A = diag(1, 2, 3). The eigenvalues for A is 1, 2, and 3. That means $\lambda_1 (A) = 1$, $\lambda_2 (A) = 2$ and $\lambda_3 (A) = 3$.
To find the eigenvector $v_1$ of the first eigenvalue $\lambda_1 (A)$, we need to know the exact values of $v_{1,1}$, $v_{1,2}$ and $v_{1,3}$.
Now use the Lemma2 from the arxiv paper [https://arxiv.org/pdf/1908.03795.pdf].
To solve $v_{1,1}$, $ v_{1,1}^2 (1 - 2) (1 - 3) = (1 - 2) (1 - 3)$, and you know $v_{1,1} = 1$ or $v_{1,1} = -1$. Note, the $(1-2) (1-3)$ on the left is $( \lambda_1 (A) - \lambda_2 (A) ) \cdot ( \lambda_1 (A) - \lambda_3 (A) )$, and the $(1-2) (1-3)$ on the right is $( \lambda_1 (A) - \lambda_{k=1} (M_1) ) \cdot ( \lambda_1 (A) - \lambda_{k=2} (M_1) )$ where $M_1$ is $A$ after deleting the $1$st row and column.
To solve $v_{1,2}$, $ v_{1,2}^2 (1 - 2) (1 - 3) = (1 - 1) (1 - 3) = 0$, and you know $v_{1,2} = 0$.
To solve $v_{1,3}$, $ v_{1,3}^2 (1 - 2) (1 - 3) = (1 - 1) (1 - 2) = 0$, and you know $v_{1,3} = 0$.