diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1970/CH10/EX10.7/CH10Exa7.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1970/CH10/EX10.7/CH10Exa7.sce')
-rwxr-xr-x | 1970/CH10/EX10.7/CH10Exa7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1970/CH10/EX10.7/CH10Exa7.sce b/1970/CH10/EX10.7/CH10Exa7.sce new file mode 100755 index 000000000..da3039223 --- /dev/null +++ b/1970/CH10/EX10.7/CH10Exa7.sce @@ -0,0 +1,9 @@ +// Scilab code Exa10.7 : : Page-457 (2011) +clc; clear; +lambda = 1e-016; // Disintegration constant, per sec +phi = 10^11; // Neutron flux, neutrons per square cm per sec +sigma = 5*lambda/(phi*10^-27); // Cross section, milli barns +printf("\nThe cross section for neutron induced fission = %d milli barns", sigma); + +// Result +// The cross section for neutron induced fission = 5 milli barns
\ No newline at end of file |