summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.8/Ex5_8.sce
blob: b909daa397ae3ec43869f7d27091d02f2270b404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
V=5
l=0.1
Vd=2.5*10**-4

//Calculation
E=V/l
u=Vd/E

//Result
printf("\n The electron mobility is  %0.3f  m**2/V/C", u)