summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.5/Ex26_5.sce
blob: e3b74fb0150ba3611474184682205d42043881d0 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
ni=1.5*10**16                      ///m**3
nh=4.5*10**22                      ///m**3

//Calculation
ne=ni**2/nh

//Result
printf("\n ne in the doped semiconductor is %0.3f  *10**9 /m**3",ne*10**-9)