I know this was already asked before here: Q: The determinant of a matrix $A \in \mathbb{R}^{n \times n}$?
But I still did not manage to solve this with the method he suggested. I tried adding all the columns to the first one (c2+c1, c3+c1.... c n + c1) And then I subtracted the rows from the first one (r2-r1...r3-r1...r n -r1) But after I developed according to the first column I got stuck.
Can anyone guide me or give me an example that shows how to calculate the determinant (step by step)?
Thanks in advance.