summaryrefslogtreecommitdiff
path: root/1619/CH3/EX3.2.1/Example3_2_1.sce
blob: 0b9778319d184c6c5cbf7a4e338062299b21646c (plain)
1
2
3
4
5
6
7
8
9
//Example 3.2.1 page 3.10

clc;
clear;

x= 0.07;
Eg= 1.424+1.266*x+0.266*x^2;
lamda= 1.24/Eg;
printf("The emitted wavelength is %.2f um",lamda);