summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.10/Ex3_10.sce
blob: 3f395e13c484917718ebeac7a42785250dd7ad9b (plain)
1
2
3
4
5
6
7
8
9
10
//Example 3_10 page no:129
clc
V1=10;
G1=1/2;
V2=20;
G2=1/5;
V0=((V1*G1)+(V2*G2))/(G1+G2)
R0=1/(G1+G2)
I=V0/(3+R0)
disp(I,"the current is (in ampere)")