
Hello everyone, I'm stuck on this question and help would be very much appreciated. I get particularly confused with the sign conventions when applying KCL and KVL. Somehow I have to incorporate matrices when solving the equations. And sorry that the picture comes as a link, I don't have enough reputation to post images :(
I have down 6 equations, 2 from applying KVL and 4 from applying KCL. But is there more as well?

The first equation is based on the first law, applied to the first circle with $i_2,i_7,i_6,i_1$. The other equation is based on the second law, for the point at the meeting of $i_2,i_3$ and $i_7$. The direction of $i_3$ and $i_7$ are out from the vertex, so they come with $-$ sign.
As you added in the comments, and writing two more, we have the following equations: $$\begin{align} i_3R +i_4R-i_7R&=0 \\i_2R+i_7R-V&=0 \\ i_1-i_2&=0 \\ i_2-i_3-i_7&=0 \\ i_3-i_4&=0 \\ i_7+i_5-i_6&=0 \\ i_6-i_1&=0 \\ i_4-i_5&=0\,. \end{align}$$ This can be written as an equation with a matrix and culomn vectors: $$\pmatrix{0&0&R&R&0&0&-R \\ 0 & R &0&0&0&0& R\\1&-1&0&0&0&0&0\\ 0&1&-1&0&0&0&-1\\ 0&0&1&-1&0&0&0\\ 0&0&0&0&1&-1&1\\ -1&0&0&0&0&1&0 \\ 0&0&0&1&-1&0&0 }\pmatrix{i_1\\i_2\\ \vdots \\ i_7} =\pmatrix{0\\ V\\ 0\\ \vdots}$$
However, in this particular situation, probably it's much better to reduce first the system of equations (e.g. using $i_6=i_1=i_2$ and $i_3=i_4=i_5$), and then solve the remaining system using a smaller matrix equation.