diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /548/CH3/EX3.01 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '548/CH3/EX3.01')
-rwxr-xr-x | 548/CH3/EX3.01/3_01.sce | 7 |
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)
+
|