diff options
Diffstat (limited to '3651/CH7/EX7.4/4.sce')
-rw-r--r-- | 3651/CH7/EX7.4/4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3651/CH7/EX7.4/4.sce b/3651/CH7/EX7.4/4.sce new file mode 100644 index 000000000..8f7c12249 --- /dev/null +++ b/3651/CH7/EX7.4/4.sce @@ -0,0 +1,11 @@ +
+//variable declaration
+h=6.626*10**-34 //Planck constant
+C=3*10**8 //Velocity of light
+E_g=1.44 //bandgap
+
+//calculations
+lamda=(h*C)*10**10/(E_g*1.6*10**-19) //Wavelenght
+
+//Result
+printf('Wavelenght = %0.3f Angstrom \n',(lamda))
\ No newline at end of file |