diff options
Diffstat (limited to '548/CH2/EX2.1/2_1.sce')
-rwxr-xr-x | 548/CH2/EX2.1/2_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/548/CH2/EX2.1/2_1.sce b/548/CH2/EX2.1/2_1.sce new file mode 100755 index 000000000..dcb8da7a1 --- /dev/null +++ b/548/CH2/EX2.1/2_1.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('2_1.sce')
+filename=pathname+filesep()+'2_1data.sci'
+exec(filename)
+T=p/((density)*(R))
+printf("\Answer:\n")
+printf("\n\Temperature at that point %f K\n\n",T)
|