diff options
Diffstat (limited to '377/CH4/EX4.1/4_1.sce')
-rw-r--r-- | 377/CH4/EX4.1/4_1.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/377/CH4/EX4.1/4_1.sce b/377/CH4/EX4.1/4_1.sce new file mode 100644 index 000000000..b15d48ced --- /dev/null +++ b/377/CH4/EX4.1/4_1.sce @@ -0,0 +1,5 @@ +printf('K(ph)=2*pi/λph\n=ħ*ω/ħ*ν\n=Eg/ħ*ν'); //k-vector of a photon
+Eg=(1.5)*(1.6)*(10^-19);
+b=(1.05)*(10^-26); //say (ħ*ν)=b
+a=(Eg)/(b);
+printf('\nthe k-vector of photon for GaAs will be %f',a);
\ No newline at end of file |