summaryrefslogtreecommitdiff
path: root/1466/CH14/EX14.3/14_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH14/EX14.3/14_3.sce')
-rwxr-xr-x1466/CH14/EX14.3/14_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1466/CH14/EX14.3/14_3.sce b/1466/CH14/EX14.3/14_3.sce
new file mode 100755
index 000000000..c0b4d2bcd
--- /dev/null
+++ b/1466/CH14/EX14.3/14_3.sce
@@ -0,0 +1,12 @@
+
+clc
+//initialisatoin of variables
+Hd=27.7//CHU
+g=32.2//ft/sec^2
+v1=300//ft/sec
+j=1400
+k=0.85
+//CALCULATIONS
+v2=sqrt((v1*v1)+(2*g*k*Hd*j))
+//RESULTS
+printf (' velocity= %.f ft/sec',v2)