diff options
Diffstat (limited to '671/CH2/EX2.9/2_9.sce')
-rwxr-xr-x | 671/CH2/EX2.9/2_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH2/EX2.9/2_9.sce b/671/CH2/EX2.9/2_9.sce new file mode 100755 index 000000000..29df50817 --- /dev/null +++ b/671/CH2/EX2.9/2_9.sce @@ -0,0 +1,11 @@ +//KCLs
+
+A=[2,-1;-4,19]
+V=inv(A)*[10;25]
+
+Pc=1*V(1)
+Iv=(5-V(2))/2 + (5-V(1))/5
+Pv=5*Iv
+
+disp(V)
+disp(Pv,Pc)
\ No newline at end of file |