summaryrefslogtreecommitdiff
path: root/2672/CH5/EX5.33/Ex5_33.sce
blob: 6945ce6355c1f4502f2394f73f469f9bd9d81600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example 5_33
clc;
clear;
close;
format('v',6);
//given data : 
ND=2*10^15;//cm^-3
Ep=1.5*10^5;//V/cm
epsilon=8.854*10^-14;//Permittivity
e=1.6*10^-19;//C/electron
//Width of depletion region
W=Ep*11.9*epsilon/e/ND;
VBR=W*Ep/2;//V
disp(VBR,"Breakdown Voltage(V) : ");