summaryrefslogtreecommitdiff
path: root/848/CH4/EX4.4/Example4_4.sce
blob: 457e8a4e60b87e39edbc78fb29c388b74f05c2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//clear//
//Caption: Finding Enegy gap and Wavelength
//Example4.4
//page146
clear;
close;
clc;
y =0.57;// compositional parameter of InGaAsP
Eg = 1.35-0.72*y+0.12*(y^2);
Lamda = 1.240/Eg;
disp(Eg,'Band Energy gap in ev')
disp(Lamda,'Wavelength in micro meters')
//Result
// Band Energy gap in ev  0.978588      
// Wavelength in micro meters 1.2671318