summaryrefslogtreecommitdiff
path: root/3665/CH5/EX5.3
diff options
context:
space:
mode:
Diffstat (limited to '3665/CH5/EX5.3')
-rw-r--r--3665/CH5/EX5.3/Ex5_3.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3665/CH5/EX5.3/Ex5_3.sce b/3665/CH5/EX5.3/Ex5_3.sce
new file mode 100644
index 000000000..272ddbc90
--- /dev/null
+++ b/3665/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,13 @@
+clc//
+//
+//
+
+//Variable declaration
+kT=1; //assume
+E_Ef=kT;
+
+//Calculation
+FE=1/(1+exp(1)); //fermi function
+
+//Result
+printf("\n fermi function is %0.3f ",FE)