summaryrefslogtreecommitdiff
path: root/1964/CH12/EX12.19/ex12_19.sce
blob: 2b5671f045138cd6fae8cc4fb502dac9caa856ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter-12, Example 12.19, Page 367
//=============================================================================
clc
clear
//INPUT DATA
Rh=200;//Hall-coefficient in cubiccentimeter/C
a=10;//conductivity in s/m
//CALCULATIONS
un=a*Rh;//electron mobility in cm^2/V-s
mprintf("electron mobility is %d cm^2/V-s",un)
//note:answer given is wrong in textbook
//=================================END OF PROGRAM=======================================================================================================