summaryrefslogtreecommitdiff
path: root/1067/CH20/EX20.16.c/20_16_c.sce
diff options
context:
space:
mode:
Diffstat (limited to '1067/CH20/EX20.16.c/20_16_c.sce')
-rwxr-xr-x1067/CH20/EX20.16.c/20_16_c.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1067/CH20/EX20.16.c/20_16_c.sce b/1067/CH20/EX20.16.c/20_16_c.sce
new file mode 100755
index 000000000..bf393b462
--- /dev/null
+++ b/1067/CH20/EX20.16.c/20_16_c.sce
@@ -0,0 +1,10 @@
+clear;
+clc;
+x1=5;
+x2=10;
+x3=11.7;
+x4=9.1;
+i=303;
+xt=x1+x2+x3+x4;
+ish=303*100/xt;
+mprintf("the SHORT CIRCUIT CURRENT=%dA",ish)