summaryrefslogtreecommitdiff
path: root/1703/CH12/EX12.1
diff options
context:
space:
mode:
Diffstat (limited to '1703/CH12/EX12.1')
-rwxr-xr-x1703/CH12/EX12.1/12_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1703/CH12/EX12.1/12_1.sce b/1703/CH12/EX12.1/12_1.sce
new file mode 100755
index 000000000..aea598163
--- /dev/null
+++ b/1703/CH12/EX12.1/12_1.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+d= 0.0625 //in
+sg= 0.91
+vs= 1.62
+ss= 7.85
+g= 981 //cm/sec^2
+//CALCULATIONS
+v= 4*(d*2.54/2)^2*(ss-sg)*g/(3*6*30.45*vs)
+//RESULTS
+printf ('steady speed attained = %.4f ft/sec ',v)