summaryrefslogtreecommitdiff
path: root/548/CH2/EX2.5/2_5.sce
blob: 78946b5c9a5c4f3cdfb08ca522d3b99c94f9d238 (plain)
1
2
3
4
5
6
7
8
pathname=get_absolute_file_path('2_5.sce')
filename=pathname+filesep()+'2_5data.sci'
exec(filename)
function[unit]=Conversion(SI)
     unit=(9.8*(0.3048)^2)*(SI)/4.448;
 endfunction
 disp("1lb/ft^2=(9.8*(0.3048)^2)*/4.448)kgf/m^2")
 disp(Conversion(280.8),"wing loading in lb/ft^2 for F-117A stealth fighter");