diff options
Diffstat (limited to '1853/CH5/EX5.16/Ex5_16.sce')
-rwxr-xr-x | 1853/CH5/EX5.16/Ex5_16.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1853/CH5/EX5.16/Ex5_16.sce b/1853/CH5/EX5.16/Ex5_16.sce new file mode 100755 index 000000000..d536c6df7 --- /dev/null +++ b/1853/CH5/EX5.16/Ex5_16.sce @@ -0,0 +1,9 @@ +
+//calculate the synchronous speed ,slip,frequncy induced emf
+f=50
+p=4
+Ns=120*f/p
+N=1460
+s=(Ns-N)/Ns
+f1=(s*f)
+disp( 'f1='+string(f1)+'hz' , 's='+string(s)+' ' , 'Ns='+string(Ns)+'rpm' )
|