From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3440/CH2/EX2.8/Ex2_8.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3440/CH2/EX2.8/Ex2_8.sce (limited to '3440/CH2/EX2.8') 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=") -- cgit