summaryrefslogtreecommitdiff
path: root/1787/CH4/EX4.8/Exa4_8.sce
blob: cda8ed73338784277c4583843e204f9e98d7f8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Exa4.8
clc;
clear;
close;
//given data
T=300;//in Kelvin
ND=8*10^14;//in cm^-3
NA=8*10^14;//in cm^-3
ni=2*10^13;//in cm^-3
k=8.61*10^-5;//in eV/K
Vo=k*T*log(NA*ND/ni^2);//in Volts
disp(Vo,"Contact potential in volts : ");