1 2 3 4 5 6 7 8 9 10 11
clear //Given A=0.9 Ie=1 //mA //Calculation Ic=A*Ie Ib=Ie-Ic //Result printf("\n Base current is %0.3f mA",Ib)