diff options
Diffstat (limited to '3769/CH23/EX23.14/Ex23_14.sce')
-rw-r--r-- | 3769/CH23/EX23.14/Ex23_14.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH23/EX23.14/Ex23_14.sce b/3769/CH23/EX23.14/Ex23_14.sce new file mode 100644 index 000000000..e2380bde5 --- /dev/null +++ b/3769/CH23/EX23.14/Ex23_14.sce @@ -0,0 +1,13 @@ +clear +//Given +h=6.625*10**-34 +c=3*10**8 +l=5600*10**-10 +a=5 + +//Calculation +E=(h*c)/l +n=a/E + +//Result +printf("\n Number of visible photons emitted per second is %0.2f *10**19 ",n*10**-19) |