//Ex 1.8 clc;clear;close; format('v',6); I1=3;//A I2=-4;//A I4=2;//A //I1-I2+I3-I4=0//from KCL I3=-I1+I2+I4;//A disp(I3,"Current I3(A)");