[step:Compute the transformed mean vector]We compute the entries of $A\mu = \mu\, A\mathbf{1} \in \mathbb{R}^n$. The first entry is
\begin{align*}
(A\mu)_1 = \mu \sum_{j=1}^n A_{1j} = \mu \sum_{j=1}^n \tfrac{1}{\sqrt{n}} = \sqrt{n}\,\mu.
\end{align*}
For $k \geq 2$, the $k$-th entry is $(A\mu)_k = \mu\, A_{k,\,\cdot} \cdot \mathbf{1}$, which is $\mu$ times the inner product of row $k$ of $A$ with $\mathbf{1}$. By property (ii) above (rows $2, \ldots, n$ are orthogonal to $\mathbf{1}$), this is $0$. Hence
\begin{align*}
A\mu = \left(\sqrt{n}\,\mu,\; 0,\; \ldots,\; 0\right)^\top.
\end{align*}
Combined with the previous step, the distributions of the components of $Y$ are
\begin{align*}
Y_1 &\sim N(\sqrt{n}\,\mu,\; \sigma^2), & Y_i &\sim N(0,\, \sigma^2) \quad \text{for } i = 2, \ldots, n,
\end{align*}
and $Y_1, \ldots, Y_n$ are mutually independent.[/step]