summaryrefslogtreecommitdiff
path: root/3537/CH6/EX6.4
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH6/EX6.4')
-rw-r--r--3537/CH6/EX6.4/Ex6_4.sce7
-rw-r--r--3537/CH6/EX6.4/Ex6_4.txt1
2 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH6/EX6.4/Ex6_4.sce b/3537/CH6/EX6.4/Ex6_4.sce
new file mode 100644
index 000000000..940061a00
--- /dev/null
+++ b/3537/CH6/EX6.4/Ex6_4.sce
@@ -0,0 +1,7 @@
+//Example 6_4
+clc();
+clear;
+//To find the band gap
+lamda=1.55 //units in eV
+eg=1.24/lamda //units in eV
+printf("Band gap is Eg=%.1feV",eg)
diff --git a/3537/CH6/EX6.4/Ex6_4.txt b/3537/CH6/EX6.4/Ex6_4.txt
new file mode 100644
index 000000000..c30a1e9a0
--- /dev/null
+++ b/3537/CH6/EX6.4/Ex6_4.txt
@@ -0,0 +1 @@
+ Band gap is Eg=0.8eV \ No newline at end of file