diff options
Diffstat (limited to '3763/CH10/EX10.3/Ex10_3.sce')
-rw-r--r-- | 3763/CH10/EX10.3/Ex10_3.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3763/CH10/EX10.3/Ex10_3.sce b/3763/CH10/EX10.3/Ex10_3.sce new file mode 100644 index 000000000..33ba1ea1e --- /dev/null +++ b/3763/CH10/EX10.3/Ex10_3.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +eta=0.65 //quantum efficiency +n=5*10**5 //number of photons incident + +//Calculation +N=eta*n //number of electron-hole pairs + +//Result +printf("\n number of electron-hole pairs is %0.3f *10**5",N/10**5) |