diff options
Diffstat (limited to '2939/CH1/EX1.18/Ex1_18.sce')
-rwxr-xr-x | 2939/CH1/EX1.18/Ex1_18.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2939/CH1/EX1.18/Ex1_18.sce b/2939/CH1/EX1.18/Ex1_18.sce new file mode 100755 index 000000000..89cc0e1dd --- /dev/null +++ b/2939/CH1/EX1.18/Ex1_18.sce @@ -0,0 +1,15 @@ +
+//Ex1_18
+
+clc;
+
+//Given:
+mh=1.007825;
+mt=3.016049;
+md=2.014102;
+
+//solution:
+
+m1=(mh+mt-2*md);
+e=(-m1)*931; // in MeV
+printf("\n The energy loss in MeV is = %f ",e)
|