summaryrefslogtreecommitdiff
path: root/3440/CH6/EX6.1/Ex6_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3440/CH6/EX6.1/Ex6_1.sce')
-rw-r--r--3440/CH6/EX6.1/Ex6_1.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3440/CH6/EX6.1/Ex6_1.sce b/3440/CH6/EX6.1/Ex6_1.sce
new file mode 100644
index 000000000..13d102993
--- /dev/null
+++ b/3440/CH6/EX6.1/Ex6_1.sce
@@ -0,0 +1,16 @@
+clc
+
+T=300 //K
+k=8.617*10^-5 //eV/K
+q=1.6*10**-19 //C
+epsilonx=8.854*10^-14 //F/cm
+ni=9.65*10^9//cm^-3
+NA=10^17 //cm^-3
+d=8*10^-7//cm
+Co=6.9*10^-7//F/cm^2
+VFB=-1.1//V
+//2*phis=p
+p=0.84//V
+dsi=5*10^-6//cm^2
+VT=VFB+p+(q*NA*dsi/Co)
+disp(VT,"VT in V is=")