From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3363/CH2/EX2.3/EX2_3.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 3363/CH2/EX2.3/EX2_3.sce (limited to '3363/CH2/EX2.3') diff --git a/3363/CH2/EX2.3/EX2_3.sce b/3363/CH2/EX2.3/EX2_3.sce new file mode 100755 index 000000000..eb84e93e8 --- /dev/null +++ b/3363/CH2/EX2.3/EX2_3.sce @@ -0,0 +1,10 @@ +//Example 2.3, Page no 50 +p=1//j/s +r=1//radius in m +h=6.63*10^-34//Joule-sec +c=3*10^8//m/sec +lambda=5.89*10^-7//m +R=p/(4*%pi*r^2) +E=(h*c)/lambda +Rate_R=R*(1/E) +printf("\nRate at which photons strike unit area of place %e photons/m^2-sec",Rate_R) \ No newline at end of file -- cgit