diff options
Diffstat (limited to '620/CH14/EX14.8/example14_8.sce')
-rw-r--r-- | 620/CH14/EX14.8/example14_8.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH14/EX14.8/example14_8.sce b/620/CH14/EX14.8/example14_8.sce new file mode 100644 index 000000000..68347dda7 --- /dev/null +++ b/620/CH14/EX14.8/example14_8.sce @@ -0,0 +1,4 @@ +f=60;
+p=30/2;
+vel=f*60/p;
+disp("the speed (in r.p.m.) of the rotor should be"); disp(vel);
\ No newline at end of file |