summaryrefslogtreecommitdiff
path: root/374/CH6/EX6.4
diff options
context:
space:
mode:
Diffstat (limited to '374/CH6/EX6.4')
-rw-r--r--374/CH6/EX6.4/64.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/374/CH6/EX6.4/64.sci b/374/CH6/EX6.4/64.sci
new file mode 100644
index 000000000..e66d708c9
--- /dev/null
+++ b/374/CH6/EX6.4/64.sci
@@ -0,0 +1,9 @@
+//chapter 6 example 4//
+clc
+clear
+//energy gap=Eg,cut off wavelength=lc,plancks constant=h,speed of light=c//
+h=6.62*(10^-34);
+c=3*(10^8);//in mts/sec//
+Eg=1.43*1.6*(10^-19);
+lc=((h*c)/Eg)*(10^6);
+printf("\n cut off wavelength=%f micro meterc\n",lc) \ No newline at end of file