summaryrefslogtreecommitdiff
path: root/3754/CH10/EX10.18/10_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '3754/CH10/EX10.18/10_18.sce')
-rw-r--r--3754/CH10/EX10.18/10_18.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3754/CH10/EX10.18/10_18.sce b/3754/CH10/EX10.18/10_18.sce
new file mode 100644
index 000000000..c20bde19f
--- /dev/null
+++ b/3754/CH10/EX10.18/10_18.sce
@@ -0,0 +1,15 @@
+clear//
+
+//Variables
+
+RH = 160 //Hall coeffficient (in cubic-centimeter per Coulomb)
+p = 0.16 //Resistivity (in ohm-centimeter)
+
+//Calculation
+
+sig = 1/p //Conductivity (in per ohm-centimeter)
+un = sig * RH //Electron mobility (in cmentimeter-square per volt-second)
+
+//Result
+
+printf("\n Electron mobility is %0.3f cm**2/V-s.",un)