summaryrefslogtreecommitdiff
path: root/226/CH6/EX6.3/example3_sce.sce
blob: 766f304f84672975b078d5ac4b066729d70f0f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//chapter 6
//example 6.2
//page 251
printf("\n")
printf("given")
Vce=4.5;Ib=40*10^-6;
disp("from current characteristic at Vce=4.5V and Ib=40uA")
Ic=4*10^-3;Ib=30*10^-6;
hFE=Ic/Ib;
printf(" the value of hFE is %d\n",hFE)
disp("from output characteristic at Vce=4.5 and Ib=40uA")
Ic=400*10^-3;Vce=6;
hoe=(Ic/Vce)*10^6;
printf("tye value of hoe is %3.2fuS\n",hoe)