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 --- 446/CH14/EX14.8/14_8.sce | 6 ++++++ 446/CH14/EX14.8/14_8.txt | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100755 446/CH14/EX14.8/14_8.sce create mode 100755 446/CH14/EX14.8/14_8.txt (limited to '446/CH14/EX14.8') diff --git a/446/CH14/EX14.8/14_8.sce b/446/CH14/EX14.8/14_8.sce new file mode 100755 index 000000000..e6edeff49 --- /dev/null +++ b/446/CH14/EX14.8/14_8.sce @@ -0,0 +1,6 @@ +clc; +clear; +disp('Ex-14.8'); //theoretical +printf('The reaction can be rewritten as follows U1+U--->S+S1. which implies that U and U1 annihiliate creating S and S1\n'); +disp('The pi+ has the quark composition Ud1.Since no quarks are present in the final state. One possible way to get rid of the quarks is to change U into d'); +printf('U--->d+W(+). Hence the remaining processes are d+d(+)--->energy and \n W(+)--->u(+) and vu.'); diff --git a/446/CH14/EX14.8/14_8.txt b/446/CH14/EX14.8/14_8.txt new file mode 100755 index 000000000..3a8cd589b --- /dev/null +++ b/446/CH14/EX14.8/14_8.txt @@ -0,0 +1,7 @@ + + Ex-14.8 +The reaction can be rewritten as follows U1+U--->S+S1. which implies that U and U1 annihiliate creating S and S1 + + The pi+ has the quark composition Ud1.Since no quarks are present in the final state. One possible way to get rid of the quarks is to change U into d +U--->d+W(+). Hence the remaining processes are d+d(+)--->energy and + W(+)--->u(+) and vu. \ No newline at end of file -- cgit