summaryrefslogtreecommitdiff
path: root/377/CH7/EX7.4/7_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH7/EX7.4/7_4.sce')
-rw-r--r--377/CH7/EX7.4/7_4.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH7/EX7.4/7_4.sce b/377/CH7/EX7.4/7_4.sce
new file mode 100644
index 000000000..0d1538a77
--- /dev/null
+++ b/377/CH7/EX7.4/7_4.sce
@@ -0,0 +1,6 @@
+a=2.75;
+b=0.3;
+c=1.43;
+d=0.7;
+Eg=a*b+c*d;
+printf('\n For the Al0.3Ga0.7As alloy, the bandgap energy is %feV',Eg); \ No newline at end of file