summaryrefslogtreecommitdiff
path: root/3760/CH7/EX7.9/Ex7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3760/CH7/EX7.9/Ex7_9.sce')
-rw-r--r--3760/CH7/EX7.9/Ex7_9.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3760/CH7/EX7.9/Ex7_9.sce b/3760/CH7/EX7.9/Ex7_9.sce
new file mode 100644
index 000000000..e580e99b3
--- /dev/null
+++ b/3760/CH7/EX7.9/Ex7_9.sce
@@ -0,0 +1,9 @@
+clc;
+p=8; // number of poles
+c=240; // number of coils
+r=10; // number of equilizer ring
+Yeq=(2*c)/p;
+printf('Equipotential pitch is %f coils\n',Yeq);
+Ytp=(2*c)/(r*p);
+printf('Tapping point pitch is %f coils',Ytp);
+disp('Arrangement is shown in tabular form in example 7.9');