summaryrefslogtreecommitdiff
path: root/3754/CH25/EX25.11/25_11.sce
blob: d58a64ada2f99ad48e12097cd61f0a655e5146ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear//

//Variables

hfe = 50.0                  //Current gain

//Calculation

hfb = -hfe / (1 + hfe)      //hfb
hfc = -(1 + hfe)            //hfc  

//Result

printf("\n Value of hfb =  %0.2f .\nValue of hfc =  %0.3f .",hfb,hfc)