summaryrefslogtreecommitdiff
path: root/668/CH9/EX9.2
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /668/CH9/EX9.2
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '668/CH9/EX9.2')
-rwxr-xr-x668/CH9/EX9.2/eg9_2.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/668/CH9/EX9.2/eg9_2.sce b/668/CH9/EX9.2/eg9_2.sce
new file mode 100755
index 000000000..779adfe47
--- /dev/null
+++ b/668/CH9/EX9.2/eg9_2.sce
@@ -0,0 +1,14 @@
+kT = 26*10^-3; //in eV
+T = 300;
+q = 1.6*10^-19;
+Wf = 4.1;
+EA1 = 0.9;
+EA2 = 4.15;
+Na = 10^14;
+Eg = 1.11;
+Efi = Eg/2;
+Ef = Efi + kT*log(Na/ni);
+disp(Ef,"Ef = ")
+disp("below the conduction band")
+Vfb = Wf - (EA2+Ef);
+disp(Vfb,"V(fb) = ") \ No newline at end of file