diff options
Diffstat (limited to '1364/CH7/EX7.4.2/7_4_2.sce')
-rwxr-xr-x | 1364/CH7/EX7.4.2/7_4_2.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1364/CH7/EX7.4.2/7_4_2.sce b/1364/CH7/EX7.4.2/7_4_2.sce new file mode 100755 index 000000000..4c8dc8e2d --- /dev/null +++ b/1364/CH7/EX7.4.2/7_4_2.sce @@ -0,0 +1,15 @@ +clc
+//initialisation of variables
+a= 60 //degrees
+a1= 15 //degrees
+a2= 45 //degrees
+w= 600 //rev/min
+d= 2 //ft
+r= 1 //ft
+//CALCULATIONS
+v= r*10*2*%pi
+vr= sind(a)*v
+vc= vr/2
+pbyw= -(vc^2*2-vr^2)/(2*g)
+//RESULTS
+printf (' kinetic head change = %.f ft',pbyw)
|