summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.5/Ex23_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.5/Ex23_5.sce')
-rw-r--r--3769/CH23/EX23.5/Ex23_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH23/EX23.5/Ex23_5.sce b/3769/CH23/EX23.5/Ex23_5.sce
new file mode 100644
index 000000000..c59e5d550
--- /dev/null
+++ b/3769/CH23/EX23.5/Ex23_5.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+A=2*10**-4
+I=30*10**-2
+t=1
+E=6.62*10**-19
+
+//Calculation
+n=(I*A)/E
+
+//Result
+printf("\n Rate at which photons strike the surface is %0.2f *10**13 photons/s",n*10**-13)