summaryrefslogtreecommitdiff
path: root/1280/CH2/EX2.2/2_2.sce
blob: 1af015be4bf72d31db44f9ed535c0604743ef5e1 (plain)
1
2
3
4
5
6
7
8
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)