summaryrefslogtreecommitdiff
path: root/3401/CH8/EX8.6/Ex8_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3401/CH8/EX8.6/Ex8_6.sce')
-rwxr-xr-x3401/CH8/EX8.6/Ex8_6.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3401/CH8/EX8.6/Ex8_6.sce b/3401/CH8/EX8.6/Ex8_6.sce
new file mode 100755
index 000000000..f13c2a04c
--- /dev/null
+++ b/3401/CH8/EX8.6/Ex8_6.sce
@@ -0,0 +1,15 @@
+clc
+
+T=300 //K
+k=8.617*10**-5//eV/K
+e=1.6*10**-19 //C
+Vt=0.0259 //v
+lp0=10^-3 //A
+taup0=10^-7 //s
+Idq=1*10**-3//A
+
+Cd=(1*lp0*taup0)/(2*Vt)
+disp(Cd,"diffusion capacitance in F is= ")
+
+vd=(Vt/Idq)
+disp(vd,"diffusion in ohm is= ")