summaryrefslogtreecommitdiff
path: root/3636/CH3/EX3.14/Ex3_14.sce
blob: 55afc5b474b9f01cfa42ad9fb0643eac4d73ebc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc;
clear;
ni=1.5*10^10 //in cm^-3
Ex=0.6 //position of energy level in eV
Const=0.0259 //constant value for kT in eV

//Calculation
n0=ni*exp(Ex/Const)

mprintf("concentration of doping= %.3e cm^-3",n0) //The answers vary due to round off error