Question: What is the determinant of the matrix \\( \\begin{pmatrix} 1 & 2 & 1 \\\\ 0 & 1 & 0 \\\\ 2 & 3 & 1 \\end{pmatrix} \\)?
Options:
Correct Answer: 1
Solution:
The determinant is calculated as \\( 1(1*1 - 0*3) - 2(0*1 - 0*2) + 1(0*3 - 1*2) = 1 - 0 - 2 = -1 \\).