summaryrefslogtreecommitdiff
path: root/3763/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3763/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--3763/CH10/EX10.5/Ex10_5.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/3763/CH10/EX10.5/Ex10_5.sce b/3763/CH10/EX10.5/Ex10_5.sce
new file mode 100644
index 000000000..0328449e6
--- /dev/null
+++ b/3763/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,20 @@
+clear
+//
+//
+//
+
+//Variable declaration
+eta=0.7 //quantum efficiency
+q=1.6*10**-19 //charge(coulomb)
+lamda=863*10**-9 //lamda(m)
+P0=0.5*10**-6 //optical power(W)
+h=6.625*10**-34 //plancks constant(J s)
+c=3*10**8 //velocity of light(m/s)
+IT=10*10**-6 //current(A)
+
+//Calculation
+IP=eta*q*lamda*P0/(h*c)
+M=IT/IP //multiplication factor
+
+//Result
+printf("\n multiplication factor is %0.3f ",M)