summaryrefslogtreecommitdiff
path: root/2672/CH4/EX4.2/Ex4_2.sce
blob: bb6e25a07e05e16a49210552433f7e227ff59b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example 4_2
clc;
clear;
close;
format('v',7)
//given data : 
c=3*10^8;//m/s//Speed of light
h=1.05*10^-34;//Js//Planks Constant
lambda=0.5;//micro m///or less
lambda=lambda/10^6;//m
Eg=2*%pi*h*c/lambda;//J
Eg=Eg/(1.6*10^-19);//eV
disp(Eg,"Bandgap Eg(eV)");
disp("Semiconductors Guess: C, BN, GaN & SiC");