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