index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
620
/
CH6
/
EX6.6
/
example6_6.sce
blob: 8689943d3043f044e75982360a0776981c683f7e (
plain
)
1
2
3
4
r1=2.2; r2=4.7; r=r1*r2/(r1+r2); disp("the equivalent resistance (in kΩ) is"); disp(r);