summaryrefslogtreecommitdiff
path: root/3523/CH3/EX3.7.8/Ex3_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3523/CH3/EX3.7.8/Ex3_8.sce')
-rw-r--r--3523/CH3/EX3.7.8/Ex3_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3523/CH3/EX3.7.8/Ex3_8.sce b/3523/CH3/EX3.7.8/Ex3_8.sce
new file mode 100644
index 000000000..414cc4249
--- /dev/null
+++ b/3523/CH3/EX3.7.8/Ex3_8.sce
@@ -0,0 +1,10 @@
+//Example 8// Ch 3
+clc;
+clear;
+close;
+// given data
+k = 1.38*10^-21; //boltzmanns constant
+T = 293; // temperature in K
+e = 1.6*10^-19;
+E = (1.5*k*T)/e;
+printf("energy of free electron %f eV",E)