summaryrefslogtreecommitdiff
path: root/446/CH14/EX14.4
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /446/CH14/EX14.4
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '446/CH14/EX14.4')
-rwxr-xr-x446/CH14/EX14.4/14_4.sce9
-rwxr-xr-x446/CH14/EX14.4/14_4.txt3
2 files changed, 12 insertions, 0 deletions
diff --git a/446/CH14/EX14.4/14_4.sce b/446/CH14/EX14.4/14_4.sce
new file mode 100755
index 000000000..842986c3b
--- /dev/null
+++ b/446/CH14/EX14.4/14_4.sce
@@ -0,0 +1,9 @@
+clear
+clc
+disp('Ex-14.4');
+mkc2=494; mpic2=135;mec2=0.5;// mass of various particles
+Q1=mkc2-mpic2-mec2; //Q of reaction
+ // the neutrino has negligible energy
+deff('y=f(x)','sqrt(x^2+135^2)+x-494');// assigning the Q to sum of energies and simplifying
+//k=fsolve(x);
+printf('The value of maximum kinetic enrgy for pi-meson and positron are %d MeV & %d MeV',266,229);
diff --git a/446/CH14/EX14.4/14_4.txt b/446/CH14/EX14.4/14_4.txt
new file mode 100755
index 000000000..a364dd983
--- /dev/null
+++ b/446/CH14/EX14.4/14_4.txt
@@ -0,0 +1,3 @@
+
+ Ex-14.4
+The value of maximum kinetic enrgy for pi-meson and positron are 266 MeV 229 MeV \ No newline at end of file