summaryrefslogtreecommitdiff
path: root/2399/CH6/EX6.3.1/Example_6_3_1.sce
blob: 9ec79a83a929eb88b15b87f6a8076d7b2f406a38 (plain)
1
2
3
4
5
6
7
// Example 6.3.1  
clc;
clear;
x=0.07;
Eg=1.424+1.266*x+0.266*x^2;
lamda=1.24/Eg;      //computing wavelength
printf("\nWavlength is %.3f micrometer.",lamda);