summaryrefslogtreecommitdiff
path: root/1694/CH6/EX6.24/Ex6_24.sce
blob: 6d0152e1c904c6e4b03614fc5b98a056765046b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
clear;
clc;
printf("\nEx-6.24\n");
//page no.-195
//given
rho=1.73*10^-8;......//resistivity in ohm m
M=63.5;...........//atomic weight
d=8.92*10^3;......//density in Kg/m^3
N=6.023*10^23;......//avagadro no.
e=1.6*10^-19;.......//charge
m=9.11*10^-31;......//mass of e

no=(N*d)/M........//no of electrons per unit volume

printf("\nno. of electrons/ unit volume 8.463*10^25 /m^3\n");

mu=1/(rho*no*e).........//mobility

printf("\nmobility is 4.1145 m^2/Vs\n");

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

printf("\nrelaxation time is 2.25*10^-11 s");