index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
671
/
CH2
/
EX2.13
/
2_13.sce
blob: 06335a3bfb674bc8881224f9a61ed13e34bb4f09 (
plain
)
1
2
3
4
5
6
// KVLs A=[24,-6,-8;-6,20,-5;-8,-5,25] I=inv(A)*[16;0;0] I5=I(2)-I(3) disp(I5)