summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.11/Ex27_11.sce
blob: 5a4a516307c20e1828783c0d65bbc515c691d504 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
B=50
Ib=0.02       //mA

//Calculation
Ic=B*Ib
Ie=Ib+Ic

//Result
printf("\n Ie = %0.3f  mA",Ie)