summaryrefslogtreecommitdiff
path: root/575/CH2/EX2.3.1/2_3_1.sce
blob: 9a12fcef5880d8597a5a81a8deb9ea2848301f31 (plain)
1
2
3
4
5
6
7
8
9
clc
//this program is used to convert lb.ft/min^2 to kg.cm/s^2
pathname=get_absolute_file_path('2_3_1.sce')
filename=pathname+filesep()+'231.sci'
exec(filename)
Final=Initial*0.453593*100/(3.281*60*60)
//the calculations involved are conversion factors
disp("final=")
disp(Final); disp("kg.cm/s^2")