From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3665/CH5/EX5.4/Ex5_4.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3665/CH5/EX5.4/Ex5_4.sce (limited to '3665/CH5/EX5.4') diff --git a/3665/CH5/EX5.4/Ex5_4.sce b/3665/CH5/EX5.4/Ex5_4.sce new file mode 100644 index 000000000..ef1ab0de1 --- /dev/null +++ b/3665/CH5/EX5.4/Ex5_4.sce @@ -0,0 +1,17 @@ +clc// +// +// + +//Variable declaration +FE=10/100; //fermi function +EF=5.5; //energy function(eV) +e=1.6*10^-19; //charge(c) +k=1.38*10^-23; //boltzmann constant(J) + +//Calculation +E=EF+(EF/100); //energy(eV) +x=log((1/FE)-1); +T=(E-EF)*e/(k*x); //temperature(K) + +//Result +printf("\n temperature is %0.1f K",T) -- cgit