If $X=[x_1,x_2,...,x_n]^T$ is an $n$-dimensional random variable and we have
$E\left\{X\right\} = M = \left[m_1,m_2,...,m_n\right]^T$
$Cov\left\{X\right\} = \Sigma = diag\left(\lambda_1,\lambda_2,...,\lambda_n\right)$
how can I express the following expectation in terms of $M$, $\Sigma$, and $n$ (and maybe raw $m_i$'s and $\lambda_i$'s)?
$E\left\{ \left(X-M\right)^T\left(X-M\right)\left(X-M\right)^T\left(X-M\right)\right\}$
Supposing $x_i$'s are i.i.d and have normal distribution would be acceptable, but are these assumptions necessary?
Update:
I know that $E\left\{ \left(X-M\right)^T\left(X-M\right)\right\} = \sum_{i=1}^n \left(\lambda_i\right)$ but don't think this would help in this case.
In the section
6.2.3 Cubic Forms8.2.4 Quartic Forms of Matrix cookbook there is a formula for calculated quadratic expectations like this, but i don't want just a formula to solve it. I think there should be a simple question for this problem because the covariance matrix is diagonalized.