Thanks for your response gneill.
I've seen the above link previously that;s why I doubted my above equations as they are different so is my whole calculation which is as follows:
Multiplying eq(2) by 4+j4 and eq(3) by j4
-113.12-I2(4-j4)+I1(20-j20)+I3(-16+j16)=0 new eq(2)
480-I3(-16+j16)+I2(-16) new eq(3)
Adding (3) to (2)
366.88+I1(20+j20)-I2(20-j4)=0 eq(4)
Multiplying eq(1) by (20-j4) and (4) by (-j5)
120(20-j4)-I1(2-j5)(20-j4)+I2(-j5)(20-j4)=0
2400-j480-I1(20-j108)+I2(-20-j100)=0 new eq(1)
366.88(-j5)+I1(20+j20)(-j5)-I2(20-j4)(-j5)=0
-j1834.4+I1(100-j100)-I2(-20-j100)=0 new eq(4)
Subtracting new eq(4) from new eq(1)
j1834.4-j480+2400-I1(20-j108)-I1(100-j100)=0
2400+j1354.4-I1(120-j208)=0
I1 = 0.1090 + j11.4756 (to 4 d.p.)
Substituted value of I1 into initial eq(1) and obtained
120-(0.1090+j11.4756)(2-j5)+I2(-j5)=0
-57.596-j22.4062+I2(-j5)= -120
I2(-j5) = -120+57.596+j22.4062
I2= -4.4812-j12.4808
Substituted value of I2 into initial eq(3) and solved for I3:
-j120+(-4.4812-j12.4808)(j4)-I3(4+j4)=0
49.9232-j17.9248-I3(4+j4) = j120
I3=-11.0002-j23.481 Can someone tell me what did I do wrong. Also I'm not sure what to think about negative value of current when expressed in complex notation. I mean if the circuit would be pure resistance I would swap negative value for positive, right ? let's say if I= -12 A i would swap for I=12 A.
Another thing. In what format can I input complex notation in Octave ? Can it be:
octave:1> A = [4+j4, -j5+j2]
Regards.