summaryrefslogtreecommitdiff
path: root/2510/CH17/EX17.5
diff options
context:
space:
mode:
Diffstat (limited to '2510/CH17/EX17.5')
-rwxr-xr-x2510/CH17/EX17.5/Ex17_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2510/CH17/EX17.5/Ex17_5.sce b/2510/CH17/EX17.5/Ex17_5.sce
new file mode 100755
index 000000000..2ac673dba
--- /dev/null
+++ b/2510/CH17/EX17.5/Ex17_5.sce
@@ -0,0 +1,10 @@
+//Variable declaration:
+//From example 17.4:
+X = 0.1246 //X-coordinate of figure 17.3
+
+//Calculation:
+//Applying equation (A) from Table 17.3:
+Y = 4.5128*X**3 - 10.079*X**2 - 31.413*X + 101.47
+
+//Result:
+printf("The fin efficiency is : %.1f %%",Y)