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 --- 3651/CH7/EX7.5/5.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3651/CH7/EX7.5/5.sce (limited to '3651/CH7/EX7.5/5.sce') diff --git a/3651/CH7/EX7.5/5.sce b/3651/CH7/EX7.5/5.sce new file mode 100644 index 000000000..8e1073ec2 --- /dev/null +++ b/3651/CH7/EX7.5/5.sce @@ -0,0 +1,9 @@ + +//variable declaration +W=1.55 //wavelength + +//Calculations +E_g=(1.24)/W //Bandgap in eV + +//Result +printf('Band gap = %0.3f eV \n',E_g) \ No newline at end of file -- cgit