summaryrefslogtreecommitdiff
path: root/3537/CH6/EX6.4/Ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH6/EX6.4/Ex6_4.sce')
-rw-r--r--3537/CH6/EX6.4/Ex6_4.sce7
1 files changed, 7 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)