summaryrefslogtreecommitdiff
path: root/3636/CH4/EX4.6/Ex4_6.sce
blob: 986565b3c9022e68f57598edc57213ce901fbf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc;
clear;
l=1.8 //distance between plates in cm
E=3/2 //in V
t=0.6*10^-3 //time taken by the pulse in s 
del_t=236*10^-6 //pulse width in s

//Calculation
vd=l/t //in cm/s
myu_p=vd/E
Dp=(del_t*l)^2/(16*t^3)

mprintf("1)\nHole mobility= %i cm^2/Vs\n",myu_p)
mprintf("2)\nDiffusion coefficient= %2.2f cm^2/s",Dp)