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 --- 623/CH21/EX4.4.5/U4_C4_5.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 623/CH21/EX4.4.5/U4_C4_5.sce (limited to '623/CH21/EX4.4.5') diff --git a/623/CH21/EX4.4.5/U4_C4_5.sce b/623/CH21/EX4.4.5/U4_C4_5.sce new file mode 100755 index 000000000..60d0b593e --- /dev/null +++ b/623/CH21/EX4.4.5/U4_C4_5.sce @@ -0,0 +1,19 @@ +//variable initialization +S1=0 +L1=2 +J1=2 +g1=1 +S2=1 +L2=3 +J2=4 +g2=5/4 +B=0.25 //magnetic field (T) +mu=5.79*10^-5; //mass (eV/T) + +//(i) +E1=4*g1*mu*B; //total splitting (eV) + +//(ii) +E2=8*g2*mu*B; //total splitting (eV) + +printf("\n(i) total splitting = %.2e eV\n(ii) total splitting = %.4e eV",E1,E2); -- cgit