index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
671
/
CH3
/
EX3.8
/
3_8.sce
blob: 965e88ea064379eb722b2d06dbb3c3c6d3533800 (
plain
)
1
2
3
4
5
6
Ceq=10+20+40 Q=200*[10,20,40] disp(Q) Qnet=Q(1)+Q(2)+Q(3) disp(Qnet)