summaryrefslogtreecommitdiff
path: root/1694/CH6/EX6.13/Ex6_13.sce
blob: 8e6491c31c9c91e2e7df416c25bc80465906a1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear;
clc;
printf("\nEx-6.13\n");
//page no.-190
//given
A=10^-6;.......//cross-sectional area in m^2
I=1;..........//current in Ampere
n0=8.5*10^28;.........//no. of electrons per unit vol
e=1.6*10^-19;......//charge in C

v=I/(no*A*e)...........//drift velocity in m/s

printf("\ndrift velocity of free e is7.4*10^-4 m/s");