summaryrefslogtreecommitdiff
path: root/3507/CH11/EX11.21/Ex11_21.sce
blob: 2f732955eae3d458f84179a50a891e49b30a93d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter11
//example11.21
//page225

Vce=20 // V
Pd=100 // mW

// since Pd=Vce*Ic we get
Ic=Pd/Vce

printf("maximum allowable collector current = %.3f mA \n ",Ic)