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

---
 3753/CH4/EX4.5/Ex4_5.sce | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 3753/CH4/EX4.5/Ex4_5.sce

(limited to '3753/CH4/EX4.5')

diff --git a/3753/CH4/EX4.5/Ex4_5.sce b/3753/CH4/EX4.5/Ex4_5.sce
new file mode 100644
index 000000000..b9833acdf
--- /dev/null
+++ b/3753/CH4/EX4.5/Ex4_5.sce
@@ -0,0 +1,12 @@
+//Example 4.5, Page number 4.33
+
+clc;clear;close
+
+// variable declaration
+W=1.55                       // wavelength
+
+// Calculations
+E_g=(1.24)/W                 // Bandgap in eV           
+
+// Result
+printf("Band gap = %0.1f eV",E_g)
-- 
cgit