summaryrefslogtreecommitdiff
path: root/991/CH6/EX6.8/Example6_8.sce
blob: 8fd6b45454b06f3165dc8f3c5ce12aab94502a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 6.8.
clc
format(5)
beta=170
IC=80
disp("We know that (beta),  beta = 170 = IC / IB")
IB=IC/beta
disp(IB,"Therefore,    IB(mA) = ")
format(6)
IE=IB+IC
disp(IE,"and    IE(mA) = IB + IC = ")