diff options
Diffstat (limited to '3869/CH4/EX4.3/Ex4_3.sce')
-rw-r--r-- | 3869/CH4/EX4.3/Ex4_3.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3869/CH4/EX4.3/Ex4_3.sce b/3869/CH4/EX4.3/Ex4_3.sce new file mode 100644 index 000000000..d2f9f06a0 --- /dev/null +++ b/3869/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,16 @@ +clear +// +// +// + +//Variable declaration +c=3*10**8 //velocity of light(m/sec) +e=1.6*10**-19 //charge of electron(coulomb) +Eg=1.44*e //band gap energy(J) +h=6.626*10**-34 //planck's constant(Jsec) + +//Calculation +lamda=h*c/Eg //wavelength(m) + +//Result +printf("\n wavelength is %0.0f angstrom",lamda*10**10) |