summaryrefslogtreecommitdiff
path: root/548/CH2/EX2.5/2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '548/CH2/EX2.5/2_5.sce')
-rwxr-xr-x548/CH2/EX2.5/2_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/548/CH2/EX2.5/2_5.sce b/548/CH2/EX2.5/2_5.sce
new file mode 100755
index 000000000..78946b5c9
--- /dev/null
+++ b/548/CH2/EX2.5/2_5.sce
@@ -0,0 +1,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"); \ No newline at end of file