Question: Find the value of the determinant \\( |D| \\) where \\( D = \\begin{pmatrix} 1 & 2 & 3 \\\\ 0 & 1 & 4 \\\\ 5 & 6 & 0 \\end{pmatrix} \\).
Options:
Correct Answer: -12
Solution:
The determinant is calculated as 1(1*0 - 4*6) - 2(0*0 - 4*5) + 3(0*6 - 1*5) = 1(0 - 24) - 2(0 - 20) + 3(0 - 5) = -24 + 40 - 15 = 1.