summaryrefslogtreecommitdiff
path: root/2627/CH1/EX1.8/Ex1_8.sce
blob: 1f90db7468ede1ac46f005f976d9371676e7c61a (plain)
1
2
3
4
5
6
7
8
9
//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)");