summaryrefslogtreecommitdiff
path: root/1016/CH14/EX14.1
diff options
context:
space:
mode:
Diffstat (limited to '1016/CH14/EX14.1')
-rwxr-xr-x1016/CH14/EX14.1/ex14_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1016/CH14/EX14.1/ex14_1.sce b/1016/CH14/EX14.1/ex14_1.sce
new file mode 100755
index 000000000..1ca487497
--- /dev/null
+++ b/1016/CH14/EX14.1/ex14_1.sce
@@ -0,0 +1,10 @@
+clc;clear;
+//Example 14.1
+
+//given data
+E1=7.8;//avg. B.E per nucleon in MeV
+E2=8.6;//for fissin fragments in MeV
+
+//calculations
+FER=(234*E2)-(236*E1);
+disp(FER,'Fission energy released in MeV') \ No newline at end of file