diff options
Diffstat (limited to '3760/CH3/EX3.30/Ex3_30.sce')
-rw-r--r-- | 3760/CH3/EX3.30/Ex3_30.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3760/CH3/EX3.30/Ex3_30.sce b/3760/CH3/EX3.30/Ex3_30.sce new file mode 100644 index 000000000..04c1b63de --- /dev/null +++ b/3760/CH3/EX3.30/Ex3_30.sce @@ -0,0 +1,7 @@ +clc;
+p=6; // number of poles in induction motor
+f=50; // frequency of motor
+d=1.2; // stator bore diameter
+// in one revolution peripheral distance of Pi*diameter is transversed
+v=(2*f*%pi*d)/p;
+printf('Linear velocity of travelling mmf wave is %f m/sec',v);
|