The given vectors are:
Calculate the required dot products:
The determinant required is the Gram determinant, formed by the dot products:
$ D = \begin{vmatrix} \vec{a} \cdot \vec{a} & \vec{a} \cdot \vec{b} & \vec{a} \cdot \vec{c} \\ \vec{b} \cdot \vec{a} & \vec{b} \cdot \vec{b} & \vec{b} \cdot \vec{c} \\ \vec{c} \cdot \vec{a} & \vec{c} \cdot \vec{b} & \vec{c} \cdot \vec{c} \end{vmatrix} $Substituting the calculated values, we get:
$ D = \begin{vmatrix} 3 & 1 & 2 \\ 1 & 3 & -2 \\ 2 & -2 & 6 \end{vmatrix} $The Gram determinant of a set of vectors is zero if and only if those vectors are linearly dependent.
The value of the determinant is $0$.