summaryrefslogtreecommitdiff
path: root/3557/CH17/EX17.13/Ex17_13.sce
blob: b834d1147d2312dbc118142398e8e24a79354615 (plain)
1
2
3
4
5
6
7
8
//Example 17.13//

ue=0.070;//Electron Mobility CdTe (From table 17.5)
uh=0.007;//holes Mobility CdTe (From table 17.5)
fe=ue/(ue+uh)
mprintf("fe = %f ",fe)
fh=uh/(ue+uh)
mprintf("\nfh = %f ",fh)