summaryrefslogtreecommitdiff
path: root/2708/CH21/EX21.1
diff options
context:
space:
mode:
Diffstat (limited to '2708/CH21/EX21.1')
-rwxr-xr-x2708/CH21/EX21.1/ex_21_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2708/CH21/EX21.1/ex_21_1.sce b/2708/CH21/EX21.1/ex_21_1.sce
new file mode 100755
index 000000000..9c7650f35
--- /dev/null
+++ b/2708/CH21/EX21.1/ex_21_1.sce
@@ -0,0 +1,13 @@
+//Example 21.1 // electron spin magnetic dipole moment
+clc;
+clear;
+//given data :
+ub=5.6D-5;//electron spin magnetic moment in eV
+kbT=1/40;//approximate value kb(constant) & at room temperature in eV
+u=ub/kbT;//formula
+if(u<1)
+ disp(u,"electron spin magnetic dipole moment & kbT/ub>>1")
+
+ else
+ disp(u,"kbT/ub<<1 so it is wrong")
+ end