summaryrefslogtreecommitdiff
path: root/1076/CH13/EX13.17
diff options
context:
space:
mode:
Diffstat (limited to '1076/CH13/EX13.17')
-rwxr-xr-x1076/CH13/EX13.17/13_17.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1076/CH13/EX13.17/13_17.sce b/1076/CH13/EX13.17/13_17.sce
new file mode 100755
index 000000000..84698061d
--- /dev/null
+++ b/1076/CH13/EX13.17/13_17.sce
@@ -0,0 +1,14 @@
+clear
+clc
+
+f=50
+w=2*%pi*f
+I=8800
+pf=.85
+J=.5*I*w*w*1e-6
+P=60
+MVA=P/pf
+H=J/MVA
+M=J/(180*f)
+
+mprintf("Inertia const= %.3f MJ/MVA, Momentum= %.5f MJ-s/elec deg",H,M)