summaryrefslogtreecommitdiff
path: root/377/CH7/EX7.1/7_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH7/EX7.1/7_1.sce')
-rw-r--r--377/CH7/EX7.1/7_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH7/EX7.1/7_1.sce b/377/CH7/EX7.1/7_1.sce
new file mode 100644
index 000000000..85ea4dde5
--- /dev/null
+++ b/377/CH7/EX7.1/7_1.sce
@@ -0,0 +1,6 @@
+disp("Eg=1.420+(1.087*x)+(0.438*x^2)");
+x=800*10^-9;
+Eg=1.420+(1.087*x)+(0.438*x^2);
+printf('\n The value of Eg is %feV',Eg);
+printf('\n');
+disp("The corresponding bandgap value for x=800nm from Eg(x) is 0.11"); \ No newline at end of file