Question: Evaluate the determinant \\( \\det \\begin{pmatrix} 2 & 1 & 3 \\\\ 1 & 0 & 2 \\\\ 3 & 4 & 1 \\end{pmatrix} \\).
Options:
Correct Answer: -10
Solution:
The determinant is calculated as \\( 2(0*1 - 2*4) - 1(1*1 - 2*3) + 3(1*4 - 0*3) = -10 \\).