summaryrefslogtreecommitdiff
path: root/3717/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3717/CH8/EX8.3/Ex8_3.sce')
-rw-r--r--3717/CH8/EX8.3/Ex8_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3717/CH8/EX8.3/Ex8_3.sce b/3717/CH8/EX8.3/Ex8_3.sce
new file mode 100644
index 000000000..7c619ff73
--- /dev/null
+++ b/3717/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,11 @@
+// Ex8_3 Page:164 (2014)
+clc;clear;
+T = 300; // Room temperature, K
+E_F = 5.49; // Fermi energy, eV
+k = 1.38e-023; // Boltzmann constant, J/K
+e = 1.602e-019; // Energy conversion factor, J/eV
+C_v = %pi^2*k*T/(2*E_F*e); // Molar heat capacity, J/mol/K
+printf("\nThe molar heat capacity = %6.4f R", C_v);
+
+// Result
+// The molar heat capacity = 0.0232 R