From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3754/CH10/EX10.18/10_18.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3754/CH10/EX10.18/10_18.sce (limited to '3754/CH10/EX10.18') 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) -- cgit