summaryrefslogtreecommitdiff
path: root/2459/CH15/EX15.2/Ex15_2.sce
blob: 3224dbefc044cf2e26d29b90b08bb78ebc640787 (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter15
//example15.2
//page321

V=12 // V
R=4 // kilo ohm

//since maximum collector current will flow when whole battery voltgage is dropped across Rc, we get  
Ic_max=V/R

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