summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.6/Ex7_6.sce
blob: be2c480704320c12d2c542f9a2dc4cd80021c648 (plain)
1
2
3
4
5
6
7
8
9
10
//Ex:7.6
clc;
clear;
close;
h_oe=80*10^-6;
R_l=10000;
I_f=320*10^-6;
I_c=I_f*(1/h_oe)/((1/h_oe)+R_l);
V_out=I_c*R_l;
printf("Output voltage = %f V",V_out);