calculate the second singular value

35 Views Asked by At

$$A=\begin{bmatrix} 0.5 & 0.5 & & & & \\ & 0.5 & 0.5& & & \\ & & \ddots & \ddots & \\ & & & \ddots & 0.5\\ 0.5 & & & &0.5\\ \end{bmatrix}$$ I need to calculate the first and second singular values, and I know the first is $1$, please tell me how to get the second.