summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.2/Ex10_2.sce
blob: bab4cefc979b6b2bd689b50156022686c50b5ff6 (plain)
1
2
3
4
5
6
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