summaryrefslogtreecommitdiff
path: root/1076/CH10/EX10.20
diff options
context:
space:
mode:
Diffstat (limited to '1076/CH10/EX10.20')
-rwxr-xr-x1076/CH10/EX10.20/10_20.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/1076/CH10/EX10.20/10_20.sce b/1076/CH10/EX10.20/10_20.sce
new file mode 100755
index 000000000..e8bda27c2
--- /dev/null
+++ b/1076/CH10/EX10.20/10_20.sce
@@ -0,0 +1,19 @@
+clear
+clc
+
+V=33
+S=75
+Z=V*V/S
+
+sg=15
+xg=.15
+Xg=xg *S/sg
+xt=.08
+x=Xg/3
+
+CB=750
+XF=S/CB
+xi=((x*xt)-(XF*(x+xt)))/(XF-x)
+xi=round(xi*10000)/10000
+X=xi*Z
+mprintf("reactance of reactor X= %.3f ohm",X)