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 --- 377/CH7/EX7.1/7_1.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 377/CH7/EX7.1/7_1.sce (limited to '377/CH7/EX7.1/7_1.sce') 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 -- cgit