summaryrefslogtreecommitdiff
path: root/3492/CH2/EX2.2/Ex2_2.sce
blob: 1f26562e7dc4c7ad70910e64813abc2120c62a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//Chapter2
//Ex_2.2
//Given
sigma=5.9*10^5 //in ohm^-1*cm^-1
e=1.6*10^-19 //Coulombs
d=8.93 //g/cm^3
Mat=63.5//g/mol
NA=6.02*10^23//mol^-1
n=d*NA/Mat
u_d=sigma/(e*n)//electron drift mobility
disp(u_d,"Drift mobility of electrons in copper at room temperature in cm2/V/s is")