summaryrefslogtreecommitdiff
path: root/3636/CH5/EX5.8/Ex5_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH5/EX5.8/Ex5_8.sce')
-rw-r--r--3636/CH5/EX5.8/Ex5_8.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3636/CH5/EX5.8/Ex5_8.sce b/3636/CH5/EX5.8/Ex5_8.sce
new file mode 100644
index 000000000..37b47d278
--- /dev/null
+++ b/3636/CH5/EX5.8/Ex5_8.sce
@@ -0,0 +1,13 @@
+clc;
+clear;
+Na=10^19 //doping densities in cm^-3
+Nd=10^15 //in cm^-3
+epsilon_s=88.76*10^-14 //in F/cm
+e=1.6*10^-19 //in J
+Vbi=300 //breakdown voltage in V
+
+//Calculation
+xn=((2*epsilon_s*Na*Vbi)/(e*Nd*(Na+Nd)))^0.5
+
+mprintf("a)\n")
+mprintf(" As %.4e cm is less than the given length of the n-region i.e 22 micro-m, device will only have avalanche breakdown",xn)