summaryrefslogtreecommitdiff
path: root/548/CH4/EX4.10/4_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '548/CH4/EX4.10/4_10.sce')
-rwxr-xr-x548/CH4/EX4.10/4_10.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH4/EX4.10/4_10.sce b/548/CH4/EX4.10/4_10.sce
new file mode 100755
index 000000000..db4b2b2f4
--- /dev/null
+++ b/548/CH4/EX4.10/4_10.sce
@@ -0,0 +1,7 @@
+pathname=get_absolute_file_path('4_10.sce')
+filename=pathname+filesep()+'4_10data.sci'
+exec(filename)
+disp("So Va^2=2Cp*(T-Ta)+V^2","CpT+(V^2)/2=CpTa+(Va^2)/2","From energy equation:","let Va be the velocity of the point A")
+Va=(2*Cp*(T-Ta)+V^2)^0.5;disp(Va,"Va=")
+printf("\Answer:\n")
+printf("\n\Velocity at point A: %f m/s\n\n",Va)