summaryrefslogtreecommitdiff
path: root/620/CH25/EX25.11/example25_11.sce
blob: 8d1482e2f6a41ffed1dccc94388da90f507e8591 (plain)
1
2
3
4
z1=5+%i*8;
z2=4+%i*6;
z=z1*z2/(z1+z2);
disp("the total impedance (in Ω) is"); disp(z);