index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
620
/
CH25
/
EX25.12
/
example25_12.sce
blob: 33abe224d2692461017dba0fae6da4e8b9a8e5bb (
plain
)
1
2
3
4
z1=4+%i*2; z2=-%i*3; z=z1*z2/(z1+z2); disp("the total impedance (in Ω) is"); disp(z);