summaryrefslogtreecommitdiff
path: root/2183/CH8/EX8.2.a/Ex_8_2_a.sce
blob: 56b90a13bcdf29f9fb5f76c715f2965b13b0d032 (plain)
1
2
3
4
5
6
7
// Example 8.2.a //threshold quantum limit
clc;
clear;
close;
en=10^-9;//
n=-log(en);//
disp(round(n),"quantum limit is (photons per pulse required )")