diff options
Diffstat (limited to '3440/CH2/EX2.8/Ex2_8.sce')
-rw-r--r-- | 3440/CH2/EX2.8/Ex2_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3440/CH2/EX2.8/Ex2_8.sce b/3440/CH2/EX2.8/Ex2_8.sce new file mode 100644 index 000000000..a45a18750 --- /dev/null +++ b/3440/CH2/EX2.8/Ex2_8.sce @@ -0,0 +1,8 @@ +clc
+
+t1=100*10^-6//sec
+t2=200*10^-6//sec
+N=5
+//deltap=(N/sqrt(4*%pi*Dp*t))*exp(t/taup)
+taup=(t2-t1)/log(N/sqrt(2))
+disp(taup,"minority carrier lifetime taup in sec is=")
|