blob: 33ad4d16516b59c2513e01e0e35c184028e8c45c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
clear
//
//
//
//Variable declaration
e=1.6*10**-19 //charge(c)
mewn=0.21 //electron mobility(m**2/Vs)
T=300 //temperature(K)
KB=1.38*10**-23 //boltzmann constant
//Calculation
Dn=mewn*KB*T/e //diffusion coefficient(m**2/sec)
//Result
|