index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
671
/
CH14
/
EX14.18
/
14_18.sce
blob: 19287d17163ce0ce31a66247351459b6157993cf (
plain
)
1
2
3
4
5
6
f=50 w=2*%pi*f T=1/f Iav=1/(T/2)*integrate('sin(w*t)','t',0,T/2) disp(Iav)