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 /446/CH12/EX12.11 | |
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 '446/CH12/EX12.11')
-rwxr-xr-x | 446/CH12/EX12.11/12_11.sce | 10 | ||||
-rwxr-xr-x | 446/CH12/EX12.11/12_11.txt | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/446/CH12/EX12.11/12_11.sce b/446/CH12/EX12.11/12_11.sce new file mode 100755 index 000000000..27061dac2 --- /dev/null +++ b/446/CH12/EX12.11/12_11.sce @@ -0,0 +1,10 @@ +clear
+clc
+disp('Exa-12.11');
+Mg=12.000000; //mass of the carbon atom in amu
+c2=931.5;
+Eg=4.43; //given energy of gamma ray
+Mex=Mg+(Eg/c2); //mass in excited state
+Me=0.000549; //mass of an electron
+Q=(12.018613-Mex-2*Me)*c2; //Q of the particle
+printf('The maximum value of kinetic energy is %.2f MeV',Q);
diff --git a/446/CH12/EX12.11/12_11.txt b/446/CH12/EX12.11/12_11.txt new file mode 100755 index 000000000..f45188f7d --- /dev/null +++ b/446/CH12/EX12.11/12_11.txt @@ -0,0 +1,3 @@ +
+ Exa-12.11
+The maximum value of kinetic energy is 11.89 MeV
\ No newline at end of file |