summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.7/Ex10_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH10/EX10.7/Ex10_7.sce')
-rw-r--r--3535/CH10/EX10.7/Ex10_7.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3535/CH10/EX10.7/Ex10_7.sce b/3535/CH10/EX10.7/Ex10_7.sce
new file mode 100644
index 000000000..ec044083a
--- /dev/null
+++ b/3535/CH10/EX10.7/Ex10_7.sce
@@ -0,0 +1,7 @@
+//Chapter 10, Example 10.7, Page 285
+clc
+clear
+// Keff
+Keff = 1/(1-0.0065*0.1)
+printf(" Keff = %f \n",Keff)
+//Answer may vary due to round off error