summaryrefslogtreecommitdiff
path: root/446/CH8/EX8.2/8_2.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /446/CH8/EX8.2/8_2.sce
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/CH8/EX8.2/8_2.sce')
-rwxr-xr-x446/CH8/EX8.2/8_2.sce8
1 files changed, 8 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
+