summaryrefslogtreecommitdiff
path: root/226/CH8/EX8.11/example11_sce.sce
blob: 80d00c68670b430ada39f8f0ed6d9abe866044e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter 8
//example 8.11
//page 333
printf("\n")
printf("given")
Pd25=625*10^-3;D=5*10^-3;Vce=10;
T2=55;
Pdt2=Pd25-D*(T2-25)
Pd=Pdt2;
Ic=Pd/Vce;
printf(" maximum Ic level is %3.5fA\n",Ic)