diff options
Diffstat (limited to '3636/CH3/EX3.3')
-rw-r--r-- | 3636/CH3/EX3.3/Ex3_3.sce | 10 | ||||
-rw-r--r-- | 3636/CH3/EX3.3/Ex3_3.txt | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/3636/CH3/EX3.3/Ex3_3.sce b/3636/CH3/EX3.3/Ex3_3.sce new file mode 100644 index 000000000..c1fae7fbd --- /dev/null +++ b/3636/CH3/EX3.3/Ex3_3.sce @@ -0,0 +1,10 @@ +clear;
+clc;
+ml=0.98//*m0
+mt=0.19//*m0
+//rest mass m0 = 9.1*10^-31 kg
+
+//Calculation
+mn=6^(2/3)*(ml*mt^2)^(1/3)
+
+mprintf("Density of states effective mass of electrons in silicon= %1.1f m0",mn)
diff --git a/3636/CH3/EX3.3/Ex3_3.txt b/3636/CH3/EX3.3/Ex3_3.txt new file mode 100644 index 000000000..bea178578 --- /dev/null +++ b/3636/CH3/EX3.3/Ex3_3.txt @@ -0,0 +1 @@ + Density of states effective mass of electrons in silicon= 1.1 m0
\ No newline at end of file |