Let $X_1,...,X_n$ be real-valued observations such that $E(X_j)=\mu$, $V(X_j)=\sigma^2$ and the correlation coefficient between $X_i$ and $X_j$ is $r_{ij}$, $1 \le i < j \le n$. Assume that $r_{ij}$'s are known. Derive the Best Linear Unbiased Estimator (BLUE) $\hat{\mu}$ of $\mu$.
My approach so far
Suppose $T = \sum_{j=1}^{n} c_j X_j$ is the BLUE. Then $E(T)=\mu \implies \sum_{j=1}^{n} c_j =1$.
Also, we need to minimize $V(T) = \sum_{j=1}^{n} c_j ^2 V(X_j) + 2 \sum \sum_{i<j} c_i c_j \sigma^2 r_{ij}$ with respect to $c_1,...,c_n$.
I tried Lagrange Multipliers but the entire thing becomes too much tedious and I could not get a closed-form solution for the $c_j $'s. Is there any other approach to this?