summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.3/Ex4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH4/EX4.3/Ex4_3.sce')
-rw-r--r--3841/CH4/EX4.3/Ex4_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH4/EX4.3/Ex4_3.sce b/3841/CH4/EX4.3/Ex4_3.sce
new file mode 100644
index 000000000..0c334b737
--- /dev/null
+++ b/3841/CH4/EX4.3/Ex4_3.sce
@@ -0,0 +1,10 @@
+Ex3 pg63
+clear
+//given
+//find the piston speed
+pa=9.
+S=1600.
+//average piston velocity =distance traveld/time to travel
+//first divide by 1 min and u will get same result late divide by 12 because to express per minute
+Ps=(pa*S)/(12.)
+printf("\n \n piston speed %.2f ft per min",Ps)