diff options
Diffstat (limited to '1964/CH12/EX12.19/ex12_19.sce')
-rwxr-xr-x | 1964/CH12/EX12.19/ex12_19.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1964/CH12/EX12.19/ex12_19.sce b/1964/CH12/EX12.19/ex12_19.sce new file mode 100755 index 000000000..2b5671f04 --- /dev/null +++ b/1964/CH12/EX12.19/ex12_19.sce @@ -0,0 +1,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=======================================================================================================
|