I am trying to calculate the determinant of the matrix:
$ \left(\begin{matrix} -6 & -5 & & \dots & -5\\ -5 & -6 & \dots & & -5 \\ \vdots & & \ddots & & \vdots \\ -5 & \dots & -5 & -6 & -5\\ -5 & \dots & & -5 & -6 \end{matrix}\right)\in \mathbb{R}^{82\times 82} $
How am I supposed to do this with a matrix so large? I tried looking for a pattern of Gauss Elimination but I got stuck. For clarification, the diagonal entries are $-6$ and the rest of the entries are $-5$.