diff options
Diffstat (limited to '1367/CH15/EX15.16/15_16.sce')
-rwxr-xr-x | 1367/CH15/EX15.16/15_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1367/CH15/EX15.16/15_16.sce b/1367/CH15/EX15.16/15_16.sce new file mode 100755 index 000000000..5a2dc989f --- /dev/null +++ b/1367/CH15/EX15.16/15_16.sce @@ -0,0 +1,10 @@ +//Find Band gap energy
+//Ex:15.16
+clc;
+clear;
+close;
+c=2.99*10^8;//speed of light in m/s
+h=6.62*10^-24;//planck's constant
+w=1.771*10^-6;//wavelength in J
+eg=h*c/w;//in J
+disp(eg,"Band gap energy (in J) = ");
\ No newline at end of file |