summaryrefslogtreecommitdiff
path: root/377/CH7/EX7.4/7_4.sce
blob: 0d1538a777f4f3fa46a21dfdc21b4dfaa9747c2d (plain)
1
2
3
4
5
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);