blob: 2135328c0077108191d21773e5d5165e9b10d656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
clear
//
//
//
//Variable declaration
rho=0.2 //resistivity(ohm m)
e=1.602*10**-19 //charge(c)
mewn=0.35 //mobility of charge carriers(m**2/Vs)
//Calculation
n=1/(rho*mewn*e) //density of donor atoms(electrons/m**3)
//Result
|