summaryrefslogtreecommitdiff
path: root/3640/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3640/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3640/CH1/EX1.6/Ex1_6.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3640/CH1/EX1.6/Ex1_6.sce b/3640/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..35ec241bd
--- /dev/null
+++ b/3640/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,5 @@
+clc
+sfl=1746 //speed at full load in rev/min
+snl=1799.5 //speed at no load in rev/min
+mprintf("Voltage Regulation=%f",(snl-sfl)/sfl) //the ans may vary due to round of error
+