summaryrefslogtreecommitdiff
path: root/991/CH6/EX6.1/Example6_1.sce
blob: a1aaf21f65b7703aa3d7dcf24f687bb8224f4da5 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 6.1.
clc
format(5)
IE=10
IC=9.8
disp("The emitter current is,")
disp("IE = IB + IC")
disp("10 = IB + 9.8")
IB=IE-IC
disp(IB,"Therefore,    IB(mA) = ")