From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3636/CH3/EX3.3/Ex3_3.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3636/CH3/EX3.3/Ex3_3.sce (limited to '3636/CH3/EX3.3/Ex3_3.sce') 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) -- cgit