diff options
Diffstat (limited to '1703/CH12/EX12.6')
-rwxr-xr-x | 1703/CH12/EX12.6/12_6.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1703/CH12/EX12.6/12_6.sce b/1703/CH12/EX12.6/12_6.sce new file mode 100755 index 000000000..f698bcfa9 --- /dev/null +++ b/1703/CH12/EX12.6/12_6.sce @@ -0,0 +1,13 @@ +clc
+//initialisation of variables
+w= 62.4 //lb/ft^3
+d= 4 //in
+D= 0.0765 //lb/ft^3
+Da= 8 //in
+vw= 1/13
+nw= 20
+va= 13 //ft/sec
+//CALCULATIONS
+na= nw*va*d^2/Da^2
+//RESULTS
+printf ('power = %.f r.p.m ',na)
|