\begin{vmatrix} -2 & 2 & -1 \\ 1/2 & 0 & -1/2\\ 3/2 & -1 & 1/2 \end{vmatrix}
My book evaluates this determinant by using row-reduction to get the top row to \begin{vmatrix} 1 & 0 & 0\end{vmatrix} and then expands by cofactors in the first row.
I'm just wondering why they chose to do it this way. Wouldn't it be easier to take advantage of the fact that there's already a 0 in the middle; that way you just have to change one other entry to zero before expanding by cofactors? And why would they pick the first row and change the -2 to a 1? It would make more sense to me if they chose to do Gaussian elimination or something, but they just randomly expanded in the first row.
I agree. I think it's arbitrary and we all have our preferred ways. Personally, I would add the first column to the third one, to obtain $$\begin{vmatrix} -2 & 2 & -3 \\ 1/2 & 0 & 0\\ 3/2 & -1 & 2 \end{vmatrix} =-\frac12\,\begin{vmatrix}2&-3\\ -1&2\end{vmatrix} =-\frac12\,\times1=-\frac12. $$