summaryrefslogtreecommitdiff
path: root/446/CH8/EX8.4/8_4.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.4/8_4.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.4/8_4.sce')
-rwxr-xr-x446/CH8/EX8.4/8_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/446/CH8/EX8.4/8_4.sce b/446/CH8/EX8.4/8_4.sce
new file mode 100755
index 000000000..ea946b104
--- /dev/null
+++ b/446/CH8/EX8.4/8_4.sce
@@ -0,0 +1,7 @@
+clear
+clc
+disp('Exa-8.4');
+l=1; Lmax=l+l;Lmin=l-l;printf('Considering any two electrons,Value of L2e ranges from %d to %d i.e %d %d %d.\n',Lmin,Lmax,Lmin,1,Lmax);
+printf('Adding the angular momentum of the third electron to L2emax gives the maximum whole angular momentum as 2+1=3; and subtracting it from L2e=1 gives 0\n')
+s=1/2; Smax=s+s;Smin=s-s;printf('Values of S2e are %d &%d.\n',Smax,Smin);
+printf('Adding and subtracting the spin of third to S2e=1 and S2e=0 respectively gives the spins 3/2 and 1/2 for the 3 electron system.');