0

Here is my matrix. How do I find the determinant of this one? I'm really trying to solve it but I can't think of anything.

$$ \begin{pmatrix} 3 & 2& ...& 2\\ 2& 3& ...& 2\\ 2& 2& 3& ...\\ 2& 2& ...& 3 \end{pmatrix} $$

user3601507
  • 307
  • 1
  • 2
  • 9

1 Answers1

0

Hint:

Try to show that it is equal $5+2(n-2)$ using this. $$ \begin{vmatrix} 3 & 2& ...& 2\\ 2& 3& ...& 2\\ 2& 2& 3& ...\\ 2& 2& ...& 3 \end{vmatrix}=\begin{vmatrix} 1 & -1& 0&...& 0\\ 0& 1& -1& ...& 0\\ 0& 0& 1& ... &0\\ 2& 2& 2&...& 3 \end{vmatrix} $$

beep-boop
  • 11,595
pointer
  • 1,811