I figured the matrix would look like this,
$$ A = \begin{bmatrix} 1 & 2 & 3 & \dots & n \\ 2 & 2 & 3 & \dots & n \\ 3 & 3 & 3 & \dots & n \\ \vdots & \vdots & \vdots & \ddots &\vdots \\ n-1 & n-1 & n-1 & \dots & n \\ n & n & n & \dots & n \end{bmatrix} $$
but I do not know how to tackle it. Reduced row echelon row doesn't seem to work here.