summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.4/Ex10_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH10/EX10.4/Ex10_4.sce')
-rw-r--r--3535/CH10/EX10.4/Ex10_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3535/CH10/EX10.4/Ex10_4.sce b/3535/CH10/EX10.4/Ex10_4.sce
new file mode 100644
index 000000000..9e906bb48
--- /dev/null
+++ b/3535/CH10/EX10.4/Ex10_4.sce
@@ -0,0 +1,9 @@
+//Chapter 10, Example 10.4, Page 283
+clc
+clear
+// k of a homogeneous
+f = 687/(687 +(0.0034*40000))
+k = 2.07*f
+printf("f = %f \n",f)
+printf(" k = %f \n",k)
+//Answer may vary due to round off error