diff options
Diffstat (limited to '3769/CH23/EX23.3/Ex23_3.sce')
-rw-r--r-- | 3769/CH23/EX23.3/Ex23_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH23/EX23.3/Ex23_3.sce b/3769/CH23/EX23.3/Ex23_3.sce new file mode 100644 index 000000000..8f5f6ff5b --- /dev/null +++ b/3769/CH23/EX23.3/Ex23_3.sce @@ -0,0 +1,12 @@ +clear +//Given +h=6.62*10**-34 //Js +f=880*10**3 //Hz +E1=10*10**3 + +//Calculation +E=h*f +n=E1/E + +//Result +printf("\n Number of photons emitted per second is %0.3f *10**31 ",n*10**-31) |