Determinant of this special matrix

29 Views Asked by At

I want to find the determinant of $$ \begin{pmatrix} 1/(n+1) & 1/n & \cdots & 1\\ 1/(n+2) & 1/(n+1) & \cdots & 1/2\\ \vdots & \vdots & \ddots & \vdots\\ 1/(2n+2) & 1/(2n+1) & \cdots & 1/(n+2) \end{pmatrix}.$$ More preciesly, I hope to show that this matrix has a nonzero determinant. How I prove this?