summaryrefslogtreecommitdiff
path: root/991/CH6/EX6.9/Example6_9.sce
blob: aae3652c16e491bf31cd7895a9042ca85a8ed49f (plain)
1
2
3
4
5
6
7
8
9
10
//Example 6.9.
clc
format(7)
IB=0.125
beta=200
disp("beta = 200 = IC / IB")
IC=beta*IB
disp(IC,"Therefore,    IC(mA) = ")
IE=IB+IC
disp(IE,"and    IE(mA) = IB + IC = ")