summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.13/Ex27_13.sce
blob: 4d9506a09f56ade0fd9e9a0742fd165f039283e7 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
B=45.0
Ic=1       //V

//Calculation
Ib=Ic/B

//Result
printf("\n  The base current for common emitter connection is %0.3f  mA",Ib)