summaryrefslogtreecommitdiff
path: root/503/CH5/EX5.15/ch5_15.sci
diff options
context:
space:
mode:
Diffstat (limited to '503/CH5/EX5.15/ch5_15.sci')
-rwxr-xr-x503/CH5/EX5.15/ch5_15.sci12
1 files changed, 12 insertions, 0 deletions
diff --git a/503/CH5/EX5.15/ch5_15.sci b/503/CH5/EX5.15/ch5_15.sci
new file mode 100755
index 000000000..bbf6dee51
--- /dev/null
+++ b/503/CH5/EX5.15/ch5_15.sci
@@ -0,0 +1,12 @@
+// to find motor speed
+
+clc;
+n=1500; //speed of sync generator
+p=4;
+f=n*p/120;
+
+p_im=6;
+n_s=120*f/p_im;
+s=0.05; //slip
+n_im=(1-s)*n_s;
+disp(n_im,'speed of induction motor(rpm)'); \ No newline at end of file