We are always taught to calculate a determinant using the top row of the matrix to guide the calculations. I have heard this is not a requirement and you can select any row/column. Could you please confirm my understanding that you can calculate the determinant not just by going along the 1st row, but you can via any row or column?
So in this case:
|5, 0, 12|
A = |17,4, 9 |
|23,0, 6 |
I could calculate: $$(0)\det\binom{17, 9}{23, 6} - (4)\det\binom{5,12}{23, 6} + (0)\det\binom{5,12}{17,9} = (4)((5)(6)-(12)(23))$$
So that way you can choose the simplest row or column (the one with the most zeros).
Is this correct?