diff options
Diffstat (limited to '1382/CH1/EX1.8/ex_1_8.sce')
-rwxr-xr-x | 1382/CH1/EX1.8/ex_1_8.sce | 6 |
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 = ")
|