diff options
Diffstat (limited to '1319/CH12/EX12.6/i_6.sce')
-rw-r--r-- | 1319/CH12/EX12.6/i_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1319/CH12/EX12.6/i_6.sce b/1319/CH12/EX12.6/i_6.sce new file mode 100644 index 000000000..dfa79aa00 --- /dev/null +++ b/1319/CH12/EX12.6/i_6.sce @@ -0,0 +1,11 @@ +// Determination of conductance of a short circuit
+
+clc;
+clear;
+
+V=120;
+I=500;
+
+G=I/V;
+
+disp('siemens',G,'The Conductance =')
|