summaryrefslogtreecommitdiff
path: root/548/CH3/EX3.01/3_01.sce
diff options
context:
space:
mode:
Diffstat (limited to '548/CH3/EX3.01/3_01.sce')
-rwxr-xr-x548/CH3/EX3.01/3_01.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH3/EX3.01/3_01.sce b/548/CH3/EX3.01/3_01.sce
new file mode 100755
index 000000000..dfb69c8eb
--- /dev/null
+++ b/548/CH3/EX3.01/3_01.sce
@@ -0,0 +1,7 @@
+pathname=get_absolute_file_path('3_01.sce')
+filename=pathname+filesep()+'3_01data.sci'
+exec(filename)
+printf("\Answer:\n")
+printf("\pressure at an altitude of 14 Km: %f N/m^2\n",P2)
+printf("\n\density at an altitude of 14 Km: %f Kg/m^3\n\n",D2)
+