summaryrefslogtreecommitdiff
path: root/1619/CH3/EX3.2.2/Example3_2_2.sce
blob: d33bd95d8cde23a1e4dfbd37fdee1ea16bd53e5b (plain)
1
2
3
4
5
6
7
8
9
//Example 3.2.2 page 3.10

clc;
clear;
x= 0.26;
y=0.57;
Eg= 1.35-0.72*y+0.12*y^2;
lamda = 1.24/Eg;
printf("The wavelength emitted is %.2f um",lamda);