diff options
Diffstat (limited to '1085/CH6/EX6.6/ex6_6.sce')
-rwxr-xr-x | 1085/CH6/EX6.6/ex6_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1085/CH6/EX6.6/ex6_6.sce b/1085/CH6/EX6.6/ex6_6.sce new file mode 100755 index 000000000..d31109bca --- /dev/null +++ b/1085/CH6/EX6.6/ex6_6.sce @@ -0,0 +1,11 @@ +//Exam:6.6
+clc;
+clear;
+close;
+h=6.625*(10^(-34));//Planck's constant(in m2*kg/s)
+c=3*10^8;//speed of light (in m/s)
+P_o=10*10^3;//Power of radio receiver (in Watt)
+v=440*10^3;//Operating frequency
+E=h*v;//Energy of each electron
+N=P_o/E;//Number of photons emitted/sec
+disp(N,'Number of photons emitted/sec by radio receiver=')
\ No newline at end of file |