diff options
Diffstat (limited to '3755/CH8/EX8.7/Ex8_7.sce')
-rw-r--r-- | 3755/CH8/EX8.7/Ex8_7.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3755/CH8/EX8.7/Ex8_7.sce b/3755/CH8/EX8.7/Ex8_7.sce new file mode 100644 index 000000000..9a53aa160 --- /dev/null +++ b/3755/CH8/EX8.7/Ex8_7.sce @@ -0,0 +1,14 @@ +clear
+//
+//
+//
+
+//Variable declaration
+n=5*10^28; //charge carrier density
+e=1.6*10^-19; //charge of electron
+
+//Calculation
+RH=-1/(n*e); //hall coefficient(m^3/C)
+
+//Result
+printf("\n hall coefficient is %0.3f *10^-9 m^3/C",RH*10^9)
|