diff options
Diffstat (limited to '2183/CH7/EX7.1/Ex_7_1.sce')
-rwxr-xr-x | 2183/CH7/EX7.1/Ex_7_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2183/CH7/EX7.1/Ex_7_1.sce b/2183/CH7/EX7.1/Ex_7_1.sce new file mode 100755 index 000000000..b9149d936 --- /dev/null +++ b/2183/CH7/EX7.1/Ex_7_1.sce @@ -0,0 +1,10 @@ +// Example 7.1 //WAVELENGTH
+clc;
+clear;
+close;
+E=1.35//energy gap in electron-volt
+e=1.6*10^-19;//elecronic charge
+C=3*10^8;//Speed of light in meter per second
+ht=6.63*10^-34;//plank constt.
+h=((ht*C)/(E*e))*10^6;//Wavelength
+disp(h,"wavelength in micro meter")
|