summaryrefslogtreecommitdiff
path: root/3492/CH6/EX6.6/Ex6_6.sce
blob: defc6f603ace5f2761bf8e9ded2a3c1f6dad90b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clc
//Chapter6
//Ex_6
//Given
e=1.6*10^-19 // in coulombs
Nd=10^16 //in cm^-3
Ebr=4*10^5//in V/cm
epsilono=8.85*10^-12*10^-2 //in F/cm
epsilonr=11.9 
epsilon=epsilono*epsilonr
Vbr=epsilon*Ebr^2/(2*e*Nd)
disp(Vbr,"Reverse break down voltage of the Si diode in Volts is")
//part(b)
Nd=10^17 //in cm^-3
Ebr=6*10^5//in V/cm
Vbr=epsilon*Ebr^2/(2*e*Nd)
disp(Vbr,"Reverse break down voltage in Volts when phosphorous doping is incresed to 10^17 cm^-3 is")