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/CH8/EX8.2 | |
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/CH8/EX8.2')
-rwxr-xr-x | 446/CH8/EX8.2/8_2.sce | 8 | ||||
-rwxr-xr-x | 446/CH8/EX8.2/8_2.txt | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/446/CH8/EX8.2/8_2.sce b/446/CH8/EX8.2/8_2.sce new file mode 100755 index 000000000..2c0e8fb7a --- /dev/null +++ b/446/CH8/EX8.2/8_2.sce @@ -0,0 +1,8 @@ +clear
+clc
+disp('Exa-8.2(a)');
+EKa=21.990;EKb=25.145;EK=25.514 //all the values are in KeV
+ELo=EKb-EKa;printf('The enrgy of La of X-ray is %.3fKeV.\n',ELo); //Energy of La X-ray
+disp('Exa-8.2(b)');
+EL=-EK+EKa;printf('Hence the binding energy of the L electon is %.3fKeV.',EL); // for electron L electron
+
diff --git a/446/CH8/EX8.2/8_2.txt b/446/CH8/EX8.2/8_2.txt new file mode 100755 index 000000000..58173ffec --- /dev/null +++ b/446/CH8/EX8.2/8_2.txt @@ -0,0 +1,4 @@ +
+ Exa-8.2
+The enrgy of La of X-ray is 3.155KeV
+Hence the binding energy of the L electon is -3.524KeV
\ No newline at end of file |