summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.8/Ex10_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH10/EX10.8/Ex10_8.sce')
-rw-r--r--3535/CH10/EX10.8/Ex10_8.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3535/CH10/EX10.8/Ex10_8.sce b/3535/CH10/EX10.8/Ex10_8.sce
new file mode 100644
index 000000000..6bc957f65
--- /dev/null
+++ b/3535/CH10/EX10.8/Ex10_8.sce
@@ -0,0 +1,13 @@
+//Chapter 10, Example 10.8, Page 293
+clc
+clear
+//Resulting reactor period
+bt = 0.0065
+dt = 0.00065
+T = (bt*12.8)/dt
+Pt = 10000
+P0 = 10
+t = T*log(Pt/P0)
+printf(" Resulting reactor period = %f sec \n",T)
+printf(" t = %f sec\n",t)
+//Answer may vary due to round off error