diff options
Diffstat (limited to '1627/CH10/EX10.5/Ex10_5.sce')
-rw-r--r-- | 1627/CH10/EX10.5/Ex10_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1627/CH10/EX10.5/Ex10_5.sce b/1627/CH10/EX10.5/Ex10_5.sce new file mode 100644 index 000000000..d1bb59bc7 --- /dev/null +++ b/1627/CH10/EX10.5/Ex10_5.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+N=100//rpm
+f=60//cps
+//CALCULATIONS
+P=120*f/N//poles
+//RESULTS
+printf('The poles is=% f poles',P)
|