summaryrefslogtreecommitdiff
path: root/1280/CH8/EX8.4
diff options
context:
space:
mode:
Diffstat (limited to '1280/CH8/EX8.4')
-rwxr-xr-x1280/CH8/EX8.4/8_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1280/CH8/EX8.4/8_4.sce b/1280/CH8/EX8.4/8_4.sce
new file mode 100755
index 000000000..163e3e7b6
--- /dev/null
+++ b/1280/CH8/EX8.4/8_4.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+v= 120 //ft/min
+S= 1.5 //in
+w= 8000 //lb
+//CALCULATIONS
+ga= v^2*0.0000517/S
+F= w*ga
+//RESULTS
+printf ('total force decessary to decelarate the load= %.f lb',F-3)