summaryrefslogtreecommitdiff
path: root/1826/CH16/EX16.1/ex16_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1826/CH16/EX16.1/ex16_1.sce')
-rwxr-xr-x1826/CH16/EX16.1/ex16_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1826/CH16/EX16.1/ex16_1.sce b/1826/CH16/EX16.1/ex16_1.sce
new file mode 100755
index 000000000..2369d00b4
--- /dev/null
+++ b/1826/CH16/EX16.1/ex16_1.sce
@@ -0,0 +1,11 @@
+// Example 16.1, page no-416
+clear
+clc
+
+lam=0.4*10^-6//m
+A=4*10^-6//m^2
+in=200//W/m^2
+h=6.626*10^-34
+c=3*10^8//m/s
+N=in*A*lam/(h*c)
+printf("The number of pairs generated per second is %.3f * 10^14",N*10^-14)