summaryrefslogtreecommitdiff
path: root/3755/CH8/EX8.9/Ex8_9.sce
blob: d159cf18b6ec39b7ec008cf3714f0128898c09b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear
//
//
//

//Variable declaration
rho=9*10^-3;       //resistivity(ohm m)
mew=0.03;     //mobility(m^2/Vs)

//Calculation
sigma=1/rho;
RH=mew/sigma;     //hall coefficient(m^3/C)

//Result
printf("\n hall coefficient is %0.3f *10^-4 m^3/C",RH*10^4)