summaryrefslogtreecommitdiff
path: root/1067/CH20/EX20.18.b/20_18b.sce
diff options
context:
space:
mode:
Diffstat (limited to '1067/CH20/EX20.18.b/20_18b.sce')
-rwxr-xr-x1067/CH20/EX20.18.b/20_18b.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1067/CH20/EX20.18.b/20_18b.sce b/1067/CH20/EX20.18.b/20_18b.sce
new file mode 100755
index 000000000..18f1a908e
--- /dev/null
+++ b/1067/CH20/EX20.18.b/20_18b.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+z=4000;
+zb=9;
+x1=zb/z*100;
+x2=5;
+x3=30;
+x4=30;
+x=inv(inv(x1+x2)+inv(x3)+inv(x4));
+x=round(x*100)/100;
+fault=zb*1e3/x*100;
+fault=fix(fault/1e3)*1e3;
+mprintf("the new fault level of generator bus=%dMVA",fault/1e3);