summaryrefslogtreecommitdiff
path: root/1952/CH13/EX13.3.11/Ex3_11.sce
blob: 42324df10ef876479e860a37c6f7f64e8e9a0ccc (plain)
1
2
3
4
5
6
7
// Additional solved numerical questions  , Example(set 3) 11_a , pg 355
Un=3*10^-3    //electron mobility   (in m^2/(V*s))
e=1.6*10^-19    //charge in electron   (in C)
Me=9.11*10^-31     //mass of electron   (in Kg)
T=(Me*Un)/e    //mean free time
printf("Mean free time(in S)")
disp(T)