summaryrefslogtreecommitdiff
path: root/3281/CH9/EX9.15/ex9_15.sce
blob: 3d4fb276fbcc5057b1801fe28772718b56f0b8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//Page Number: 488
//Example 9.15
clc;
//Given
L=10D-6; //m
f=10D+9; //Hz
e=1.6D-19;
n0=2D+20; //m3
E=3200D+2; //V/m

//Current density
vd=L*f;
J=n0*e*vd;
disp('A/m sqr',J,'Current density:');

//Negative electron mobility
mu=-vd/E;
disp('cm sqr/Vs',mu*10000,'Negative electron mobility:');

//Answer for Negative electron mobility is 3125 but it is given as 3100