summaryrefslogtreecommitdiff
path: root/446/CH8/EX8.1
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.1
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.1')
-rwxr-xr-x446/CH8/EX8.1/8_1.sce6
-rwxr-xr-x446/CH8/EX8.1/8_1.txt3
2 files changed, 9 insertions, 0 deletions
diff --git a/446/CH8/EX8.1/8_1.sce b/446/CH8/EX8.1/8_1.sce
new file mode 100755
index 000000000..5dd642e59
--- /dev/null
+++ b/446/CH8/EX8.1/8_1.sce
@@ -0,0 +1,6 @@
+clear
+clc
+disp('Exa-8.1');
+hc=1240*10^-9;Rinfi=1.097*10^7;Z=11; //for sodium atom;and other constants in MeV
+delE=3*hc*Rinfi*(Z-1)^2/4 //change in energy
+printf('The energy of the Ka x-ray of the sodium atom is %.3f KeV.',delE/10^3);
diff --git a/446/CH8/EX8.1/8_1.txt b/446/CH8/EX8.1/8_1.txt
new file mode 100755
index 000000000..c888c7f37
--- /dev/null
+++ b/446/CH8/EX8.1/8_1.txt
@@ -0,0 +1,3 @@
+
+ Exa-8.1
+The energy of the Ka x-ray of the sodium atom is 1.020 KeV. \ No newline at end of file