summaryrefslogtreecommitdiff
path: root/3636/CH3/EX3.3/Ex3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH3/EX3.3/Ex3_3.sce')
-rw-r--r--3636/CH3/EX3.3/Ex3_3.sce10
1 files changed, 10 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)