summaryrefslogtreecommitdiff
path: root/1694/CH6/EX6.16/Ex6_16.sce
blob: c1e7afbac7479aefefdbb9695be32ca153688da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
clear;
clc;
printf("\nEx-6.16\n");
//page no.-191
//given
rho=1.54*10^-8;.......//resistivity in ohm m
E=100;...............//electric field in V/m
no=5.8*10^28;.........//no of free electrons per unit vol
m=9.11*10^-31;....//mass
e=1.6*10^-19;......//charge in C

tau=m/(no*e^2*rho)........//mean collision time

printf("\nmean collision time is 3.98*10^-14 s\n");
v=((e*E)/m)*tau........//drift velocity

printf("\ndrift velocity is 0.7 m/s\n");
mu=v/E.........//mobility

printf("\nmobility is 7*10^-3 m^2/Vs");