summaryrefslogtreecommitdiff
path: root/3557/CH15/EX15.6/Ex15_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH15/EX15.6/Ex15_6.sce')
-rw-r--r--3557/CH15/EX15.6/Ex15_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3557/CH15/EX15.6/Ex15_6.sce b/3557/CH15/EX15.6/Ex15_6.sce
new file mode 100644
index 000000000..64d42c66c
--- /dev/null
+++ b/3557/CH15/EX15.6/Ex15_6.sce
@@ -0,0 +1,12 @@
+//Example 15.6//
+
+a=1.107;//eV //conduction band in silicon
+b=2;//eV//electron volt //Given
+E=a/b
+mprintf("E = %f eV",E)
+k=86.2*10^-6;//eVk^-1 //Boltzmann's constant
+T=298;//k //kelvin //Temperature
+c=(%e^(E/(k*T)))+1
+//mprintf("c = %e ",c)
+fE=1/c
+mprintf("\nfE = %e ",fE)