summaryrefslogtreecommitdiff
path: root/1280/CH2/EX2.1/2_1.sce
blob: defe25cc5862d78c1cdfeca2681bea10f9c75ddf (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
F= 1500 //lb
L= 54 //IN
t= 12 //sec
//CALCULATIONS
hp= F*L/(t*6600)
//RESULTS
printf ('Horsepower expended at the output = %.2f hp',hp)