$$ \begin{pmatrix} 0 & 1 & -1 & 0 & -1 & 0 & 0 \\ 0 & 0 & 1 & -1 & 0 & -1 & 0 \\ 0 & 0 & 0 & 0 & 1 & 1 & 1 \\ V & -a & 0 & 0 & -d & 0 & 0 \\ 0 & 0 & -b & 0 & d & -e & 0 \\ 0 & 0 & 0 & -c & 0 & e & -f \end{pmatrix} \mathbf{x} = \mathbf{0} $$
Where $$\mathbf{x} = \begin{pmatrix} 1 \\ x_2 \\ x_3 \\ x_4 \\ x_5 \\ x_6 \\ x_7 \end{pmatrix}$$ How would one go about solving for $f(V,a,b,c,d,e)$? Is Gauss-Jordan elimination the right way to go?