diff options
Diffstat (limited to '1694/CH6/EX6.9')
-rw-r--r-- | 1694/CH6/EX6.9/Ex6_9.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1694/CH6/EX6.9/Ex6_9.sce b/1694/CH6/EX6.9/Ex6_9.sce new file mode 100644 index 000000000..89da9bffc --- /dev/null +++ b/1694/CH6/EX6.9/Ex6_9.sce @@ -0,0 +1,15 @@ +clear;
+clc;
+printf("\nEx-6.9\n");
+//page no.-188
+//given
+no=2.54*10^28;.....//no. of free e per unit volume of sodium
+e=1.6*10^-19;......//charge in C
+m=9.1*10^-31;....//mass of electron
+
+h=6.625*10^-34;....//planck's constant in Js
+
+E=(3*no/%pi)^(2/3)*(h^2)/(8*m*e)......//fermi energy in eV
+//to convert in J multiply by charge e i.e. 1.6*10^-19
+
+printf("\nfermi energy is 3.19 eV");
|