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/CH8/EX8.2/8_2.sce | 8 ++++++++ 446/CH8/EX8.2/8_2.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100755 446/CH8/EX8.2/8_2.sce create mode 100755 446/CH8/EX8.2/8_2.txt (limited to '446/CH8/EX8.2') 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 -- cgit