summaryrefslogtreecommitdiff
path: root/1382/CH1/EX1.8
diff options
context:
space:
mode:
Diffstat (limited to '1382/CH1/EX1.8')
-rwxr-xr-x1382/CH1/EX1.8/ex_1_8.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1382/CH1/EX1.8/ex_1_8.sce b/1382/CH1/EX1.8/ex_1_8.sce
new file mode 100755
index 000000000..a0b4f4ba5
--- /dev/null
+++ b/1382/CH1/EX1.8/ex_1_8.sce
@@ -0,0 +1,6 @@
+// Example 1.8: quantum efficiency
+clc, clear
+EHP=5.4*10^6;
+photons=6*10^6;
+n=EHP/photons;
+disp(n,"quantum efficiency = ")