summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3841/CH4/EX4.4/Ex4_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH4/EX4.4/Ex4_4.sce b/3841/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..5fee7864c
--- /dev/null
+++ b/3841/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,10 @@
+clear
+//given
+//compute the average acceleration `
+//pressure= force/area
+//first express the velocity in ft per sec.time
+t=5.
+v=9000.
+Min=(9000./60.)
+Aa=(Min/t)
+printf("\n \n average acceleration %.2f ft per sec^2",Aa)