summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.4/Ex5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH5/EX5.4/Ex5_4.sce')
-rw-r--r--3841/CH5/EX5.4/Ex5_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3841/CH5/EX5.4/Ex5_4.sce b/3841/CH5/EX5.4/Ex5_4.sce
new file mode 100644
index 000000000..2f81c3643
--- /dev/null
+++ b/3841/CH5/EX5.4/Ex5_4.sce
@@ -0,0 +1,11 @@
+clear
+//given
+//
+//find the rate of flow outlet
+t=600.
+c=1200.
+t2=400.
+AT=t+460.
+AT1=t2+460.
+Rfo=c*(AT1/AT)
+printf("\n \n Rate of flow outlet %.2f ",Rfo)