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