Let $A \in \mathbb{R}^{5 \times 5}$ be the matrix $$\begin{bmatrix} a&a&a&a&b\\a&a&a&b&a\\a&a&b&a&a\\a&b&a&a&a\\b&a&a&a&a\end{bmatrix}$$ Find the determinant of $A$.
What I've done so far:
$$\det\left(\begin{array}{l}a&a&a&a&b\\a&a&a&b&a\\a&a&b&a&a\\a&b&a&a&a\\b&a&a&a&a\end{array}\right) = \det\left(\begin{array}{l}b&a&a&a&a\\a&b&a&a&a\\a&a&b&a&a\\a&a&a&b&a\\a&a&a&a&b\end{array}\right)$$
(since switching two pairs of rows does not change the determinant)
$$= \det\left(\begin{array}{l}b-a&0&0&0&a-b\\0&b-a&0&0&a-b\\0&0&b-a&0&a-b\\0&0&0&b-a&a-b\\a&a&a&a&b\end{array}\right)$$
(since adding a multiple of one row to another does not change the determinant) for all $1\le i\le 4 \rightarrow R_i-R_5$
Now I am quite stuck. I wanted to obtain a triangular matrix so I can calculate its determinant by the diagonal entries, but I don't know what to do with the last row. I've tried some column operations as well, but have had no success.
Would be happy to get your help, thank you :)
...now take out common factor from rows $1$ to $4$ :
$$(b-a)^4\begin{vmatrix}1&0&0&0&-1\\0&1&0&0&-1\\0&0&1&0&-1\\0&0&0&1&-1\\a&a&a&a&b\end{vmatrix}\;\;(*)$$
and now take $\;aR_1\;$ from row $\;R_5\;$ , then $\;aR_2\;$ for $\;R_5\;$, etc.
$$(*)=(b-a)^4\begin{vmatrix}1&0&0&0&-1\\ 0&1&0&0&-1\\ 0&0&1&0&-1\\ 0&0&0&1&-1\\ 0&0&0&0&b+4a\end{vmatrix}=(b-a)^4(b+4a)$$