From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2939/CH7/EX7.1/Ex7_1.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 2939/CH7/EX7.1/Ex7_1.sce (limited to '2939/CH7/EX7.1/Ex7_1.sce') diff --git a/2939/CH7/EX7.1/Ex7_1.sce b/2939/CH7/EX7.1/Ex7_1.sce new file mode 100755 index 000000000..152345ed6 --- /dev/null +++ b/2939/CH7/EX7.1/Ex7_1.sce @@ -0,0 +1,16 @@ +// Ex7_1 + +clc; + +// Given: + +f=1.03;// fast fission factor +n=1.32;// no. of fast neutrons generated per thermal radiations +ref=0.89;// resonance escape factor +tuf=0.87;// thermal utilization factor + +// Solution + +rf=f*n*ref*tuf;//reproduction factor + +printf("The reproduction factor for the reactor is = %f",rf) -- cgit