summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.57/2_57.sci
blob: 071c0a64207fba37e5e1f333318ecab2c6e14c25 (plain)
1
2
3
4
5
6
7
8
//2.57
clc;
Vb=10-(10/((2*10^3))*10^3);
disp(Vb,'Potential of point b, Vb=')
Vd=10-(10/((3*10^3))*2*10^3);
disp(Vd,'Potential of point d, Vd=')
Ebd=Vb-Vd;
printf("\nOutout voltage of bridge =%.2f V",Ebd)