summaryrefslogtreecommitdiff
path: root/2183/CH7/EX7.6/Ex_7_6.sce
blob: 51824e0cc6fab90a58fab095f44fce7a39fe50a8 (plain)
1
2
3
4
5
6
7
8
9
// Example 7.6 // responsivity
clc;
clear;
close;
e=1.6*10^-19;//elecronic charge
eg=0.75;//eV
n=0.7;//
R=(n*e)/(eg*e);//
disp(R,"Responsivity is in Ampere per Watt")