summaryrefslogtreecommitdiff
path: root/1694/CH6/EX6.14/Ex6_14.sce
blob: 82206904877804359cbd4e611485a780a586e0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
clear;
clc;
printf("\nEx-6.14\n");
//page no.-190
//given
v=10^6;.......//avg velocity in m.s
rho=1.673*10^-8;..//resistivity in ohm m
n0=8.48*10^28;.........//no. of electrons per unit vol
e=1.6*10^-19;......//charge in C
m=9.11*10^-31;......//mass of e in kg

tau=m/(no*e^2*rho)........//mean collission time in s

printf("\nmean collision time is 2.51*10^-14 s\n");

lambda=v*tau............//mean free path in m

printf("\nmean free path 2.51*10^-8 m");