diff options
Diffstat (limited to '1694/CH6/EX6.4/Ex6_4.sce')
-rw-r--r-- | 1694/CH6/EX6.4/Ex6_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1694/CH6/EX6.4/Ex6_4.sce b/1694/CH6/EX6.4/Ex6_4.sce new file mode 100644 index 000000000..7a0c118f7 --- /dev/null +++ b/1694/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,12 @@ +clear;
+clc;
+printf("\nEx-6.4\n");
+//page no.-185
+//given
+E=16.02*10^-19......//fermi energy in coulamb
+
+k=1.381*10^-23......//boltzmann constant in m
+
+T=(2*E)/(5*k)...........//temperature in kelvin
+
+printf("\nclassical temperature is 4.64*10^4 k");
|