summaryrefslogtreecommitdiff
path: root/1946/CH9/EX9.1/Ex_9_1.sce
blob: 4f6b225c36711cd9ec71744217ff3d72e9b02bbc (plain)
1
2
3
4
5
6
7
8
9
// Example 9.1;//quantum efficiency
clc;
clear;
close;
re=4.2*10^6;// Average no. of electron hole pair generated
rp=6*10^6;//no. of photons
h=1200;//wavelength in nano meter
n=round((re/rp)*100);//quantum efficiency
disp(n,"quantum efficiency is")