I have $A$ a $d\times d$ positive definite matrix, and want to obtain its eigenvalues $\{\lambda_i\}$from list of moments $\{m_i\}$: $$\{m_i\}=\left\{\frac{1}{d}\operatorname{Tr}(A),\frac{1}{d}\operatorname{Tr}(A^2),\ldots,\frac{1}{d}\operatorname{Tr}(A^d)\right\}$$
Since $m_k$ is the average eigenvalue of $A^k$, we can write it as expectation over $\lambda$, the density of $A$'s eigenvalues
$$\frac{1}{d}\operatorname{Tr}A^k =E_{\lambda}\left[\lambda^k\right]=\int \mathbb{d}\lambda e^{k\log \lambda}$$
which looks like it could be massaged into Laplace Transform: $\int d\mu\ e^{-k \mu}$
Is there a practical way to do the reverse mapping? IE, use Laplace transform/inverse Laplace transform to go between $\lambda$ and moments of$A$ with the following eigenvalues?
$$\{\lambda_i\}=\left\{1,\frac{1}{2},\frac{1}{3},\ldots,\frac{1}{100}\right\}$$

It’s not in the form of a single, clean formula but you can thrash out the Newton-Girard identities as explained here.I recently learned it is in the form of a single, "clean" formula:This follows from a formula on that same Wikipedia page that I somehow missed on the first dozen viewings... Wikipedia doesn't provide a proof (unless I remain blind) so here's a sketch:
Continue original post.
Knowledge of the first $d$ power sums of $d$ constants together with these identities allows you to deduce the symmetric polynomial values - for example, you could infer $(d=5)$ the quantity: $\lambda_1\lambda_2\lambda_3(\lambda_4+\lambda_5)+\lambda_1\lambda_2\lambda_4\lambda_5+\lambda_2\lambda_3\lambda_4\lambda_5$.
Ring a bell? These are the expressions involved in Vieta’s identities. So knowledge of all power sums - the traces - allows you to construct the coefficients of the characteristic polynomial. If you can find the roots of that polynomial to satisfactory accuracy, you can get your eigenvalues back.
A simple example with $d=2$. If you know $\operatorname{Tr}(A)=\lambda_1+\lambda_2=5$ and $\operatorname{Tr}(A^2)=\lambda_1^2+\lambda_2^2=19$ then you can deduce $\lambda_1\lambda_2=3$ and thus that the eigenvalues are roots of: $$x^2-5x+3=0$$From which you can get their exact values.
I learned this in the context of basic character theory: it showed me that studying the traces of the matrices actually gives you a surprising amount of information, more than is gained from studying the determinant. Indeed the Newton-Girard identities allow the $n\times n$ determinant of a matrix $M$ to be determined from the traces of $M,M^2,\cdots,M^n$. But knowing the determinant(s) wouldn’t tell you the trace: what if one of the eigenvalues were zero? Then the trace could be anything by letting the other eigenvalues vary, but the determinant would always be zero.