From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3840/CH8/EX8.16/Ex8_16.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3840/CH8/EX8.16/Ex8_16.sce (limited to '3840/CH8/EX8.16/Ex8_16.sce') diff --git a/3840/CH8/EX8.16/Ex8_16.sce b/3840/CH8/EX8.16/Ex8_16.sce new file mode 100644 index 000000000..50952b5eb --- /dev/null +++ b/3840/CH8/EX8.16/Ex8_16.sce @@ -0,0 +1,18 @@ +clear +// +// +// + +//Variable declaration +KB=1.38*10**-23 //boltzmann constant +e=1.602*10**-19 //charge(c) +rho1=4.5 +rho2=2.0 +T1=293 //temperature(K) +T2=305 //temperature(K) + +//Calculation +Eg=2*KB*log(rho1/rho2)/((1/T1)-(1/T2)) //energy gap(J) +Eg=Eg/e //energy gap(eV) + +//Result -- cgit