summaryrefslogtreecommitdiff
path: root/1364/CH5/EX5.5.2/5_5_2.sce
blob: 3be04b15076166d6dbf6729944242181938a63dc (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
g= 32.2 //ft/sec^2
//CALCULATIONS
C= 15*0.305*144*sqrt(12)/(8*8.05*60)
//RESULTS
printf ('numerical value of proportional constant = %.2f ',C)