Question: Evaluate the determinant \\( |C| \\) where \\( C = \\begin{pmatrix} 2 & 1 & 3 \\\\ 1 & 0 & 2 \\\\ 3 & 2 & 1 \\end{pmatrix} \\).
Options:
Correct Answer: -12
Solution:
The determinant is calculated as 2(0*1 - 2*2) - 1(1*1 - 2*3) + 3(1*2 - 0*3) = 2(0 - 4) - 1(1 - 6) + 3(2) = -8 + 5 + 6 = 3.