index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
1067
/
CH18
/
EX18.1
/
18_1.sce
blob: dbb7880156484cc3b517edc3a778845d6a6e9988 (
plain
)
1
2
3
4
5
6
7
clc; clear; P=2000e3; V=400; r=.4; z=V^2/(r*P); mprintf("the value of z=%f ohm",z);