diff options
Diffstat (limited to '671/CH2/EX2.13/2_13.sce')
-rwxr-xr-x | 671/CH2/EX2.13/2_13.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/671/CH2/EX2.13/2_13.sce b/671/CH2/EX2.13/2_13.sce new file mode 100755 index 000000000..06335a3bf --- /dev/null +++ b/671/CH2/EX2.13/2_13.sce @@ -0,0 +1,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)
\ No newline at end of file |