diff options
Diffstat (limited to '548/CH4/EX4.04/4_04.sce')
-rwxr-xr-x | 548/CH4/EX4.04/4_04.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/548/CH4/EX4.04/4_04.sce b/548/CH4/EX4.04/4_04.sce new file mode 100755 index 000000000..acbbf27c5 --- /dev/null +++ b/548/CH4/EX4.04/4_04.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('4_04.sce')
+filename=pathname+filesep()+'4_04data.sci'
+exec(filename)
+printf("\Answer:\n")
+printf("\n\pressure at the duct exit: %f N/m^2\n\n",P2)
+
|