diff options
Diffstat (limited to '1367/CH15/EX15.16')
-rwxr-xr-x | 1367/CH15/EX15.16/15_16.sce | 10 | ||||
-rwxr-xr-x | 1367/CH15/EX15.16/15_16r.txt | 4 |
2 files changed, 14 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 diff --git a/1367/CH15/EX15.16/15_16r.txt b/1367/CH15/EX15.16/15_16r.txt new file mode 100755 index 000000000..803057f70 --- /dev/null +++ b/1367/CH15/EX15.16/15_16r.txt @@ -0,0 +1,4 @@ +
+ Band gap energy (in J) =
+
+ 1.118D-09
\ No newline at end of file |