summaryrefslogtreecommitdiff
path: root/1760/CH4/EX4.13/EX4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH4/EX4.13/EX4_13.sce')
-rwxr-xr-x1760/CH4/EX4.13/EX4_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1760/CH4/EX4.13/EX4_13.sce b/1760/CH4/EX4.13/EX4_13.sce
new file mode 100755
index 000000000..f7bfc4d6a
--- /dev/null
+++ b/1760/CH4/EX4.13/EX4_13.sce
@@ -0,0 +1,8 @@
+ //Example 4-13 PG NO-235
+X=[1 -0.5 2;-0.5 3.5 -4;-0.5 -1 0];
+X1=[2 -0.5 -0.5;-4 3.5 -1;0 -1 2.5 ]
+X2=[1 -0.5 -0.5;-0.5 3.5 -1;-0.5 -1 2.5];
+V=det([X1-X]/X2); //V=VA-VC
+disp('i) VOLTAGE (V) is = '+string (V) +' V ');
+I2=0.5*1.566;
+disp('i) Current (I2) is = '+string (I2) +' A ');