summaryrefslogtreecommitdiff
path: root/1364/CH2/EX2.7.1/2_7_1.sce
blob: 4c911bd3f1f50c9cc54340437a3e718de1828054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//initialisation of variables
w= 62.3 //lb/ft^3
b= 1 //ft
s= 42 //ft
d= 170 //ft
l= 15.75
a= 170/3
//CALCULATIONS
W= 2*w*b*s*d/3
F= w*b*d^2/2
L= l+a*(F/W)
//RESULTS
printf (' distance= %.f ft from O',L)