diff options
Diffstat (limited to '3440/CH8/EX8.2/Ex8_2.sce')
-rw-r--r-- | 3440/CH8/EX8.2/Ex8_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3440/CH8/EX8.2/Ex8_2.sce b/3440/CH8/EX8.2/Ex8_2.sce new file mode 100644 index 000000000..b6051640d --- /dev/null +++ b/3440/CH8/EX8.2/Ex8_2.sce @@ -0,0 +1,12 @@ +clc
+
+T=300 //K
+k=8.617*10^-5 //eV/K
+q=1.6*10**-19 //C
+epsilonx=8.854*10^-14 //F/cm
+L=10*10^-4//cm^-2
+v=10^7//sec
+n0=10^12/L
+disp(n0,"n0 in cm^-3 is=")
+t=L/v
+disp(t,"t in sec is=")
|