summaryrefslogtreecommitdiff
path: root/2102/CH4/EX4.6/exa_4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH4/EX4.6/exa_4_6.sce')
-rwxr-xr-x2102/CH4/EX4.6/exa_4_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2102/CH4/EX4.6/exa_4_6.sce b/2102/CH4/EX4.6/exa_4_6.sce
new file mode 100755
index 000000000..f9fc0e080
--- /dev/null
+++ b/2102/CH4/EX4.6/exa_4_6.sce
@@ -0,0 +1,9 @@
+// Exa 4.6
+clc;
+clear;
+close;
+// Given data
+N1= 5.4*10^6;// Number of EHPs generated
+N2= 6*10^6;// Number of incident photons
+nita= N1/N2;
+disp(nita*100,"The quantum efficiency at 1300 nm in % is : ")