diff options
Diffstat (limited to '3535/CH10/EX10.2/Ex10_2.sce')
-rw-r--r-- | 3535/CH10/EX10.2/Ex10_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3535/CH10/EX10.2/Ex10_2.sce b/3535/CH10/EX10.2/Ex10_2.sce new file mode 100644 index 000000000..bab4cefc9 --- /dev/null +++ b/3535/CH10/EX10.2/Ex10_2.sce @@ -0,0 +1,7 @@ +//Chapter 10, Example 10.2, Page 280 +clc +clear +// Thermal fission factor +neeta = (2.42*587)/(687 +(2.73*0.98/0.02)) +printf(" Thermal fission factor = %f \n",neeta) +// Answer may vary due to round off error |