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.1 | |
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.1')
-rwxr-xr-x | 446/CH8/EX8.1/8_1.sce | 6 | ||||
-rwxr-xr-x | 446/CH8/EX8.1/8_1.txt | 3 |
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 |