summaryrefslogtreecommitdiff
path: root/1280/CH2/EX2.2/2_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1280/CH2/EX2.2/2_2.sce')
-rwxr-xr-x1280/CH2/EX2.2/2_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1280/CH2/EX2.2/2_2.sce b/1280/CH2/EX2.2/2_2.sce
new file mode 100755
index 000000000..1af015be4
--- /dev/null
+++ b/1280/CH2/EX2.2/2_2.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+F= 1500 //lb
+t1= 10 //sec
+F1= 1200 //lb
+//CALCULATIONS
+t2= F*t1/F1
+//RESULTS
+printf ('time required to raise the load = %.1f sec',t2)