JesseJC said:
Potential: LL: -3 + I1R1 + I2R2 = 0 -> I1 + 2I2 = 3
ML: -12R2 + 13R3 -I4R4 = 0 -> -2I2 + 2I3 -2I4 = 0
From your diagram the current through R4 is going from right to left. Since your "KVL walk" is clockwise around the loop, the walk direction is the same as the current direction. So you should see a potential drop through R4. You have the R4 term as a negative, corresponding to a potential rise if you're summing drops (which, judging by the other terms is the case). So fix the sign of the ##I4 R4## term.
RL: I5R5 - 13R3 + 6 = 0 -> I5 -2I3 = -6
The other two KVL loop equations look okay (but watch for using digit "1" instead of capital "I" for currents! That 12⋅R2 and 13⋅R3 had me confused for a minute).
After the matrix: I1 = 2I4 - I5 - 3
I2 = 3 - I4 + 1/2I5
I3 = 3 + 1/2I5
I5 = 2I3 - 6
I'm not sure what this "matrix" step is, but you seem to have ended up with four equations in five unknowns, up from the three equations from KVL.
Junctions: I1 = I2 + I4
I4 = 13 + I5
Okay, not bad. You may want to create another node equation that recognizes the fact that your two "junctions" at the center top of the circuit actually comprise one node: the two junctions are connected by wire, so they are the same node. That equation would be:
I1 - I2 - I3 - I5 = 0.
That is, I1 flows into the node while I2, I3, and I5 flow out of the node. Since your I4 between the two junctions is actually a current internal to the node and never leaves the node, you can ignore it when writing KCL for the node.
If I may make a suggestion that could save you some effort, there is a way to label currents on your circuit that will reduce the number of unknowns that you have to deal with. The method involves only adding new currents (variables) when necessary as you proceed to label currents on the diagram.
So for example if you start by inserting I1 as you have it, then proceed to the top central node you'll see that there are three "outlets" there where currents fed by I1 can leave the node. In your diagram you have them as I2, I3 , and I5. The I4 current that you've put there is actually internal to the node. So rather than introducing four new currents, you can get away with adding two and making the last one a combination of the others. So leave I2 and I3 as you have them but replace I5 with I1 - I2 - I3, since your original I1 flows into the node and I2 and I3 are "tapped off" before reaching the last exit through resistor R5.
When you get to the bottom of the circuit, what you've labeled as I4 flowing through R4 can be made up from the existing currents flowing into the node, namely I3 and I1 - I2 - I3 (formerly I5). That makes that current total I1 - I2. What you get in the end is three currents rather than five to deal with:
So when you write your loop equations you'll end up with exactly three equations in three unknowns, and you won't need to write separate junction equations (you've effectively incorporated them into the drawing's current labels).