pyroknife
- 611
- 4
I attached the problem. I'm writing the KVL for each separate loop. For my purposes, I will only write the first two.
i1=1st loop (one on the left) current
i2=2nd loop current (loop in the middle)
Loop 1: 12-12*i1-10(i1-i2)-6*i1=0
Loop 2: -30(i2-i1)+10(i2-i1)=0
The solutions differ with mine however that for loop 2 they have -30(i2-i1)-10(i2-i1)=0
Am I wrong?
i1=1st loop (one on the left) current
i2=2nd loop current (loop in the middle)
Loop 1: 12-12*i1-10(i1-i2)-6*i1=0
Loop 2: -30(i2-i1)+10(i2-i1)=0
The solutions differ with mine however that for loop 2 they have -30(i2-i1)-10(i2-i1)=0
Am I wrong?