diff options
Diffstat (limited to '3869/CH4/EX4.4/Ex4_4.sce')
-rw-r--r-- | 3869/CH4/EX4.4/Ex4_4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3869/CH4/EX4.4/Ex4_4.sce b/3869/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..b34eb7470 --- /dev/null +++ b/3869/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,13 @@ +clear +// +// +// + +//Variable declaration +lamda=1.55 //peak emission wavelength(micro m) + +//Calculation +Eg=1.24/lamda //band gap(eV) + +//Result +printf("\n band gap is %0.3f eV",Eg) |